Skip to content

Commit

Permalink
Merge pull request finos#312 from finos/fix-edit-link-website
Browse files Browse the repository at this point in the history
Fix "Edit this page" link
  • Loading branch information
JamieSlome authored Oct 18, 2023
2 parents b9e9731 + b4c06d7 commit 3dc3bba
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 3dc3bba

Please sign in to comment.