Skip to content

Commit e5d37b3

Browse files
committed
bug(edit): fix broken link to edit this page on all pages
1 parent 3be92e0 commit e5d37b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const config = {
3131
sidebarPath: require.resolve("./sidebars.js"),
3232
exclude: ["**/start/**", "**/end/**"],
3333
// Please change this to your repo.
34-
editUrl: "https://github.com/tecladocode/rest-apis-flask-python/",
34+
editUrl:
35+
"https://github.com/tecladocode/rest-apis-flask-python/tree/develop/docs/",
3536
},
3637
theme: {
3738
customCss: require.resolve("./src/css/custom.css"),

0 commit comments

Comments
 (0)