From d34701a2616933b478d12ca8c43d88f1bd1805b6 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Wed, 17 Mar 2021 09:14:34 +0800 Subject: [PATCH] chore: Update Edit Document using develop branch --- docs/index.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 27dadcaaa..28d93829e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -179,7 +179,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';