Fix typo in Edit Button example

Missing trailing slash in the Edit button url
master
cyrilf 5 years ago committed by GitHub
parent d80aa2189b
commit 24e61f5e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/write-a-plugin.md

@ -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…
Cancel
Save