From a6fbe079d3d8a1cb83fd6c25499841cefe097c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Sun, 18 Apr 2021 16:14:33 +0800 Subject: [PATCH] chore: Update Edit Document using develop branch (#1541) --- 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 20ef2ede..7fbd7524 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 eb130236..40758b60 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';