From 31b1b6056e9ca4fb19aae3fd3dc6c47af429e8b3 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 31 Aug 2017 10:02:06 +0800 Subject: fix edit link --- config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.js') diff --git a/config.js b/config.js index 729771d7..b96c209b 100644 --- a/config.js +++ b/config.js @@ -7,8 +7,7 @@ docute.init({ landing: true, repo: 'tboox/xmake', twitter: 'waruqi', - url: 'http://xmake.io', - 'edit-link': 'https://github.com/tboox/xmake-docs/blob/master', + '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