Skip to content

Commit

Permalink
fix "Edit this page" link
Browse files Browse the repository at this point in the history
  • Loading branch information
maoo committed Oct 18, 2023
1 parent b9e9731 commit b4c06d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
'@docusaurus/preset-classic',
{
docs: {
editUrl: 'https://github.com/finos/git-proxy/website/',
editUrl: 'https://github.com/finos/git-proxy/edit/main/website/',
sidebarPath: require.resolve('./sidebars.js'),
},
theme: {
Expand Down

0 comments on commit b4c06d7

Please sign in to comment.