Skip to content

Commit f95ffdc

Browse files
authored
docs(repo): Change clerk-docs link with new link (#7336)
1 parent 40a841d commit f95ffdc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changeset/gentle-humans-arrive.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/backend/src/api/endpoints/InstanceApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type UpdateOrganizationSettingsParams = {
5252
adminDeleteEnabled?: boolean | null | undefined;
5353
domainsEnabled?: boolean | null | undefined;
5454
/**
55-
* Specifies which [enrollment modes](https://clerk.com/docs/guides/organizations/verified-domains#enrollment-mode) to enable for your Organization Domains.
55+
* Specifies which [enrollment modes](https://clerk.com/docs/guides/organizations/verified-domains#enable-verified-domains) to enable for your Organization Domains.
5656
*
5757
* @remarks Supported modes are 'automatic_invitation' & 'automatic_suggestion'.
5858
*/

packages/shared/src/react/hooks/useOrganization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type UseOrganizationParams = {
3131
* If set to `true`, all default properties will be used.<br />
3232
* Otherwise, accepts an object with the following optional properties:
3333
* <ul>
34-
* <li>`enrollmentMode`: A string that filters the domains by the provided [enrollment mode](https://clerk.com/docs/guides/organizations/verified-domains#enrollment-mode).</li>
34+
* <li>`enrollmentMode`: A string that filters the domains by the provided [enrollment mode](https://clerk.com/docs/guides/organizations/verified-domains#enable-verified-domains).</li>
3535
* <li>Any of the properties described in [Shared properties](#shared-properties).</li>
3636
* </ul>
3737
*/

0 commit comments

Comments
 (0)