diff --git a/docs/index.html b/docs/index.html index 20ef2ede7..7fbd75241 100644 --- a/docs/index.html +++ b/docs/index.html @@ -180,7 +180,7 @@ .replace('@master', '/blob/master'); } else { url = - 'https://github.com/docsifyjs/docsify/blob/master/docs/' + + 'https://github.com/docsifyjs/docsify/blob/develop/docs/' + vm.route.file; } var editHtml = '[:memo: Edit Document](' + url + ')\n'; diff --git a/index.html b/index.html index eb130236c..40758b605 100644 --- a/index.html +++ b/index.html @@ -91,7 +91,7 @@ .replace('@master', '/blob/master'); } else { url = - 'https://github.com/docsifyjs/docsify/blob/master/docs/' + + 'https://github.com/docsifyjs/docsify/blob/develop/docs/' + vm.route.file; } var editHtml = '[:memo: Edit Document](' + url + ')\n';