Skip to content

Commit b5fb3c2

Browse files
author
Julien Neuhart
committed
Fix edit URL in documentation #2
1 parent cf518aa commit b5fb3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
sidebarPath: require.resolve('./sidebars.js'),
5151
// Please change this to your repo.
5252
editUrl:
53-
'https://github.com/thecodingmachine/symfony-boilerplate/docs',
53+
'https://github.com/thecodingmachine/symfony-boilerplate/tree/master/docs',
5454
},
5555
theme: {
5656
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)