We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e79306 commit 75f9143Copy full SHA for 75f9143
docs/index.html
@@ -67,7 +67,7 @@
67
.replace('raw.githubusercontent.com', 'github.com')
68
.replace(/\/master/, '/blob/master')
69
} else {
70
- url = 'https://github.com/docsifyjs/docsify/blob/master/' + vm.route.file
+ url = 'https://github.com/docsifyjs/docsify/blob/master/docs/' + vm.route.file
71
}
72
var editHtml = '[:memo: Edit Document](' + url + ')\n'
73
0 commit comments