Skip to content

Commit 24e61f5

Browse files
authored
Fix typo in Edit Button example
Missing trailing slash in the Edit button url
1 parent d80aa21 commit 24e61f5

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)