Skip to content

Commit 37d9abf

Browse files
committed
Fix edit docs link
1 parent f1c0ac0 commit 37d9abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const config = {
6161
// Please change this to your repo.
6262
// Remove this to remove the "edit this page" links.
6363
editUrl:
64-
'https://github.com/AMRC-Factoryplus/documentation',
64+
'https://github.com/AMRC-Factoryplus/documentation/tree/main',
6565
},
6666
theme: {
6767
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)