Fix typo in Edit Button example

Missing trailing slash in the Edit button url
This commit is contained in:
cyrilf
2019-04-06 00:11:54 +10:00
committed by GitHub
parent d80aa2189b
commit 24e61f5e2f

View File

@@ -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';