diff --git a/docs/integrations/webhooks/sync-data.mdx b/docs/integrations/webhooks/sync-data.mdx index cbcd88eadc..935d16285a 100644 --- a/docs/integrations/webhooks/sync-data.mdx +++ b/docs/integrations/webhooks/sync-data.mdx @@ -74,7 +74,7 @@ These steps apply to any Clerk event. To make the setup process easier, it's rec ### Set the webhook route as public in your Middleware - Incoming webhook events don't contain auth information. They come from an external source and aren't signed in or out, so the route must be public to allow access. If you're using `clerkMiddleware()`, ensure that the `/api/webhooks(.*)` route is set as public. For information on configuring routes, see the [`clerkMiddleware()` guide](docs/references/nextjs/clerk-middleware). + Incoming webhook events don't contain auth information. They come from an external source and aren't signed in or out, so the route must be public to allow access. If you're using `clerkMiddleware()`, ensure that the `/api/webhooks(.*)` route is set as public. For information on configuring routes, see the [`clerkMiddleware()` guide](/docs/references/nextjs/clerk-middleware). ### Install `svix` diff --git a/docs/manifest.json b/docs/manifest.json index 29e28fca23..b57462e7e5 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -622,7 +622,7 @@ }, { "title": "Create organizations on behalf of users", - "href": "/docs/guides/create-orgs-for-users" + "href": "/docs/organizations/create-orgs-for-users" } ] ]