Skip to content

Commit 22bdbaf

Browse files
authored
fix broken links (#2059)
1 parent ab88e6c commit 22bdbaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/references/javascript/clerk.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ await clerk.handleUnauthenticated()
757757

758758
### `joinWaitlist()`
759759

760-
Create a new waitlist entry programatically. Requires that you set your app's sign-up mode to [**Waitlist**](docs/authentication/configuration/restrictions#waitlist) in the Clerk Dashboard.
760+
Create a new waitlist entry programatically. Requires that you set your app's sign-up mode to [**Waitlist**](/docs/authentication/configuration/restrictions#waitlist) in the Clerk Dashboard.
761761

762762
```typescript
763763
function joinWaitlist({ emailAddress }: JoinWaitlistParams): Promise<Waitlist>

docs/references/javascript/organization.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ await organization.updateMember({ userId: 'user_123', role: 'org:admin' })
577577

578578
[org-mem-ref]: /docs/references/javascript/types/organization-membership
579579

580-
[roles-perms-ref]: \(/docs/organizations/roles-permissions\)
580+
[roles-perms-ref]: /docs/organizations/roles-permissions
581581

582582
[pag-ref]: /docs/references/javascript/types/clerk-paginated-response
583583

0 commit comments

Comments
 (0)