From 72f68f941f9b6d07f71811fe403a2dc178270af0 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 4 Aug 2017 17:17:49 +0800 Subject: [PATCH] modify docs links --- docs/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.js b/docs/config.js index 93357bf5c38..2059343dd25 100644 --- a/docs/config.js +++ b/docs/config.js @@ -36,7 +36,7 @@ docute.init({ title: 'Feedback', path: 'https://github.com/tboox/xmake/issues' }, { - title: 'Community', path: 'http://www.tboox.org/forum' + title: 'Community', path: 'https://github.com/tboox/community/issues' }, { title: 'English', type: 'dropdown', items: langs, exact: true @@ -59,7 +59,7 @@ docute.init({ title: '反馈', path: 'https://github.com/tboox/xmake/issues' }, { - title: '社区', path: 'http://www.tboox.org/forum' + title: '社区', path: 'https://github.com/tboox/community/issues' }, { title: '中文', type: 'dropdown', items: langs, exact: true