From e1fe9868d80e1f9e3af6af080275635a5554c57e Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 31 Aug 2017 09:15:04 +0800 Subject: fix docs edit link --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.js') diff --git a/config.js b/config.js index 23330040..729771d7 100644 --- a/config.js +++ b/config.js @@ -8,7 +8,7 @@ docute.init({ repo: 'tboox/xmake', twitter: 'waruqi', url: 'http://xmake.io', - 'edit-link': 'https://github.com/tboox/xmake-docs/blob/master/docs', + 'edit-link': 'https://github.com/tboox/xmake-docs/blob/master', announcement(route) { const info = { type: 'success' } if (/\/zh/.test(route.path)) { -- cgit v1.2.3