Skip to content

Commit

Permalink
Correct broken links (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullface authored Nov 18, 2024
1 parent c5015e1 commit 15ab48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/webhooks/sync-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
]
Expand Down

0 comments on commit 15ab48a

Please sign in to comment.