Merge pull request #807 from cyrilf/patch-1

Fix typo in edit button example
This commit is contained in:
Anton Wilhelm
2019-04-05 19:58:06 +02:00
committed by GitHub

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