Skip to content

Commit

Permalink
docs: fix edit this page links (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Jun 4, 2024
1 parent 92838c7 commit cc80d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config: Config = {
sidebarPath: './sidebars.ts',
routeBasePath: '/docs', // This changes the base path from /docs
editUrl: ({versionDocsDirPath, docPath}) => {
return `https://github.com/GaloyMoney/cala/edit/main/${versionDocsDirPath}/${docPath}`;
return `https://github.com/GaloyMoney/cala/edit/main//website/${versionDocsDirPath}/${docPath}`;
},
showLastUpdateAuthor: false,
showLastUpdateTime: false,
Expand Down

0 comments on commit cc80d3e

Please sign in to comment.