Skip to content

Commit 3cefee9

Browse files
committed
chore(nextjs): Fix quickstarts link in error msg
1 parent 6063f78 commit 3cefee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/server/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const authAuthHeaderMissing = (helperName = 'auth') =>
3636
- Your Middleware matcher is configured to match this route or page.
3737
- If you are using the src directory, make sure the Middleware file is inside of it.
3838
39-
For more details, see https://clerk.com/docs/quickstarts/get-started-with-nextjs
39+
For more details, see https://clerk.com/docs/quickstarts/nextjs.
4040
`;
4141

4242
export const clockSkewDetected = (verifyMessage: string) =>

0 commit comments

Comments
 (0)