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
commit 270fa6cb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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