Skip to content

Commit

Permalink
chore: fix the edit url
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Sanders <[email protected]>
  • Loading branch information
psanders authored Jan 20, 2025
1 parent 1ee4400 commit c8d479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const config = {
},
sidebarPath: require.resolve("./sidebars.js"),
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/fonoster/routr-website/edit/main"
editUrl: "https://github.com/fonoster/routr/edit/main/docs/docs"
},
theme: {
customCss: require.resolve("./src/css/custom.css")
Expand Down

0 comments on commit c8d479d

Please sign in to comment.