From efaf732fd7caf930e309221370aa3bdd4cf22bf8 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 8 Feb 2019 23:32:46 +0800 Subject: update xmake github url --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.js') diff --git a/config.js b/config.js index 4d04d7ac..359e4dcc 100644 --- a/config.js +++ b/config.js @@ -7,7 +7,7 @@ docute.init({ landing: true, repo: 'tboox/xmake', twitter: 'waruqi', - 'edit-link': 'https://github.com/tboox/xmake-docs/blob/master/', + 'edit-link': 'https://github.com/xmake-io/xmake-docs/blob/master/', announcement(route) { const info = { type: 'success' } if (/\/zh/.test(route.path)) { @@ -32,7 +32,7 @@ docute.init({ title: 'Articles', path: 'http://www.tboox.org/category/#xmake' }, { - title: 'Feedback', path: 'https://github.com/tboox/xmake/issues' + title: 'Feedback', path: 'https://github.com/xmake-io/xmake/issues' }, { title: 'Community', path: 'https://www.reddit.com/r/tboox/' @@ -55,7 +55,7 @@ docute.init({ title: '文章', path: 'http://www.tboox.org/cn/category/#xmake' }, { - title: '反馈', path: 'https://github.com/tboox/xmake/issues' + title: '反馈', path: 'https://github.com/xmake-io/xmake/issues' }, { title: '社区', path: 'https://www.reddit.com/r/tboox/' -- cgit v1.2.3