Skip to content

Commit 270fa6c

Browse files
authored
Merge pull request #807 from cyrilf/patch-1
Fix typo in edit button example
2 parents d80aa21 + 24e61f5 commit 270fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/write-a-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ window.$docsify = {
7979
function(hook, vm) {
8080
hook.beforeEach(function(html) {
8181
var url =
82-
'https://github.com/docsifyjs/docsify/blob/master/docs' +
82+
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
8383
vm.route.file;
8484
var editHtml = '[📝 EDIT DOCUMENT](' + url + ')\n';
8585

0 commit comments

Comments
 (0)