Skip to content

Commit

Permalink
docs: Fix incorrect URL in error page documentation comment (nextauth…
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobrandoni authored Jan 29, 2025
1 parent dfe7e8f commit e350d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/pages/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ErrorPageParam, Theme } from "../../types.js"
/**
* The following errors are passed as error query parameters to the default or overridden error page.
*
* [Documentation](https://authjs.dev/guides/basics/pages#error-page)
* [Documentation](https://authjs.dev/guides/pages/error)
*/

export interface ErrorProps {
Expand Down

0 comments on commit e350d49

Please sign in to comment.