Skip to content

Commit b156df3

Browse files
committed
fix: the SCIM email guide is linked by its address, not by a path relative to a web page
TypeDoc could not resolve `../../email-change/` and said so; in a published .d.ts it points nowhere at all. The page it means was checked to exist, and a made-up path on the same host was checked to answer 404 rather than 200 to anything.
1 parent 5796282 commit b156df3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/userProvisioning/api/scimLinks.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export async function unlinkScimUser(
6868
*
6969
* You will have to completely reprovision the user to their respective groups after deletion.
7070
*
71-
* Explore more about [updating managed SCIM email addresses](../../email-change/).
71+
* Explore more about [updating managed SCIM email
72+
* addresses](https://developer.atlassian.com/cloud/admin/user-provisioning/email-change/).
7273
*/
7374
export async function deleteProvisioningRecord(
7475
client: Client,

0 commit comments

Comments
 (0)