Skip to content

Commit

Permalink
Merge pull request #13 from helix-bridge/jay/fix-edit-url
Browse files Browse the repository at this point in the history
Fix editUrl config
  • Loading branch information
JayJay1024 authored Apr 24, 2024
2 parents 540c8e0 + 7dc789f commit 503a7aa
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 503a7aa

Please sign in to comment.