From 75f914354f2c8ef70670c8c69444d4c75a0b0d6b Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Sat, 7 Jul 2018 08:41:30 +0800 Subject: [PATCH] chore: fix edit docs button, fixed #562 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index db555c0..7c3adfc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -67,7 +67,7 @@ .replace('raw.githubusercontent.com', 'github.com') .replace(/\/master/, '/blob/master') } else { - url = 'https://github.com/docsifyjs/docsify/blob/master/' + vm.route.file + url = 'https://github.com/docsifyjs/docsify/blob/master/docs/' + vm.route.file } var editHtml = '[:memo: Edit Document](' + url + ')\n'