Skip to content

Commit a21db89

Browse files
authoredJul 28, 2022
fix(ts): fix jsdoc link to documentation (#5039)
1 parent e8371ab commit a21db89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/next-auth/src/next/middleware.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export type WithAuthArgs =
180180
* ```
181181
*
182182
* ---
183-
* [Documentation](https://next-auth.js.org/getting-started/middleware)
183+
* [Documentation](https://next-auth.js.org/configuration/nextjs#middleware)
184184
*/
185185
export function withAuth(...args: WithAuthArgs) {
186186
if (!args.length || args[0] instanceof NextRequest) {

0 commit comments

Comments
 (0)
Please sign in to comment.