Skip to content

Commit 75f9143

Browse files
committed
chore: fix edit docs button, fixed #562
1 parent 2e79306 commit 75f9143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
.replace('raw.githubusercontent.com', 'github.com')
6868
.replace(/\/master/, '/blob/master')
6969
} else {
70-
url = 'https://github.com/docsifyjs/docsify/blob/master/' + vm.route.file
70+
url = 'https://github.com/docsifyjs/docsify/blob/master/docs/' + vm.route.file
7171
}
7272
var editHtml = '[:memo: Edit Document](' + url + ')\n'
7373

0 commit comments

Comments
 (0)