Fix typo in Edit Button example
Missing trailing slash in the Edit button url
This commit is contained in:
parent
d80aa2189b
commit
24e61f5e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ window.$docsify = {
|
|||
function(hook, vm) {
|
||||
hook.beforeEach(function(html) {
|
||||
var url =
|
||||
'https://github.com/docsifyjs/docsify/blob/master/docs' +
|
||||
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
|
||||
vm.route.file;
|
||||
var editHtml = '[📝 EDIT DOCUMENT](' + url + ')\n';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue