diff --git a/docs/references/javascript/clerk/clerk.mdx b/docs/references/javascript/clerk/clerk.mdx index 1598ff532f..9dcdc44305 100644 --- a/docs/references/javascript/clerk/clerk.mdx +++ b/docs/references/javascript/clerk/clerk.mdx @@ -527,10 +527,10 @@ The `Clerk` class also contains a number of methods for interacting with Clerk's ### `` -- [`mountWaitlist`](/docs/components/waitlist/waitlist#mount-waitlist) -- [`unmountWaitlist`](/docs/components/waitlist/waitlist#unmount-waitlist) -- [`openWaitlist`](/docs/components/waitlist/waitlist#open-waitlist) -- [`closeWaitlist`](/docs/components/waitlist/waitlist#close-waitlist) +- [`mountWaitlist`](/docs/components/waitlist/overview#mount-waitlist) +- [`unmountWaitlist`](/docs/components/waitlist/overview#unmount-waitlist) +- [`openWaitlist`](/docs/components/waitlist/overview#open-waitlist) +- [`closeWaitlist`](/docs/components/waitlist/overview#close-waitlist) ## Additional methods