Skip to content

Commit ac48211

Browse files
chore: fix edit link
Mentioned in #6142
1 parent 2bd60f6 commit ac48211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module.exports = {
178178
docs: {
179179
routeBasePath: "/",
180180
sidebarPath: require.resolve("./sidebars.js"),
181-
editUrl: "https://github.com/nextauthjs/next-auth/edit/main/docs",
181+
editUrl: "https://github.com/nextauthjs/next-auth/edit/v4/docs",
182182
lastVersion: "current",
183183
showLastUpdateAuthor: true,
184184
showLastUpdateTime: true,

0 commit comments

Comments
 (0)