Skip to content

Commit

Permalink
Remove localhost from a link in v6.mdx (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
PluTiper authored Oct 23, 2024
1 parent f826791 commit ef572e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade-guides/nextjs/v6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Note that this isn't recommended, and in most cases you should use `auth()` to a

The following deprecated APIs have been removed.

- `authMiddleware()` - [Migrate to `clerkMiddleware()`](http://localhost:3000/docs/upgrade-guides/core-2/nextjs#migrating-to-clerk-middleware)
- `authMiddleware()` - [Migrate to `clerkMiddleware()`](/docs/upgrade-guides/core-2/nextjs#migrating-to-clerk-middleware)
- `redirectToSignIn()` - Migrate to `const { redirectToSignIn } = await auth()`
- `redirectToSignUp()` - Migrate to `const { redirectToSignUp } = await auth()`
- `clerkClient` - Migrate to `await clerkClient()`

0 comments on commit ef572e8

Please sign in to comment.