Skip to content

Commit 50a98b2

Browse files
authored
fix: correct edit link (#19)
* fix: correct edit link * i do be stoopid, copypasting hardest job in IT
1 parent 3349b1b commit 50a98b2

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
@@ -41,7 +41,7 @@ const config = {
4141
// Please change this to your repo.
4242
// Remove this to remove the "edit this page" links.
4343
editUrl:
44-
'https://github.com/polinetworkorg/polinetworkdocs',
44+
'https://github.com/polinetworkorg/polinetworkdocs/tree/master',
4545
},
4646
theme: {
4747
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)