Skip to content

Commit

Permalink
Fix editUrl config
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Apr 24, 2024
1 parent 540c8e0 commit 7dc789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config: Config = {
sidebarPath: "./sidebars.ts",
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/helix-bridge/helix-docs/",
editUrl: "https://github.com/helix-bridge/helix-docs/tree/main",
},
blog: false,
theme: {
Expand Down

0 comments on commit 7dc789f

Please sign in to comment.