Skip to content

Commit e350d49

Browse files
docs: Fix incorrect URL in error page documentation comment (#12502)
1 parent dfe7e8f commit e350d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/pages/error.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { ErrorPageParam, Theme } from "../../types.js"
33
/**
44
* The following errors are passed as error query parameters to the default or overridden error page.
55
*
6-
* [Documentation](https://authjs.dev/guides/basics/pages#error-page)
6+
* [Documentation](https://authjs.dev/guides/pages/error)
77
*/
88

99
export interface ErrorProps {

0 commit comments

Comments
 (0)