Skip to content

Commit 4b7c843

Browse files
authored
docs: fix broken link on middleware setup (#13253)
1 parent 826165d commit 4b7c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/migrate-to-better-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const protectedAction = async () => {
155155

156156
### Middleware
157157

158-
To protect routes with middleware, refer to the [Next.js middleware guide](/docs/integrations/next#middleware).
158+
To protect routes with middleware, refer to the [Next.js middleware guide](https://www.better-auth.com/docs/integrations/next#middleware).
159159

160160
</Steps>
161161

0 commit comments

Comments
 (0)