Skip to content

Commit

Permalink
fix(ts): fix jsdoc link to documentation (#5039)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinfogel committed Jul 28, 2022
1 parent e8371ab commit a21db89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/src/next/middleware.ts
Expand Up @@ -180,7 +180,7 @@ export type WithAuthArgs =
* ```
*
* ---
* [Documentation](https://next-auth.js.org/getting-started/middleware)
* [Documentation](https://next-auth.js.org/configuration/nextjs#middleware)
*/
export function withAuth(...args: WithAuthArgs) {
if (!args.length || args[0] instanceof NextRequest) {
Expand Down

0 comments on commit a21db89

Please sign in to comment.