diff options
| author | ruki <[email protected]> | 2017-08-04 17:17:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-04 17:17:49 +0800 |
| commit | 72f68f941f9b6d07f71811fe403a2dc178270af0 (patch) | |
| tree | 35fc2c3c02f368d4c2b059148c68fc5afa101e75 /docs/config.js | |
| parent | eb8890ce43cd01f0880c534361a9d1b4b12242b6 (diff) | |
modify docs linksv2.1.5
Diffstat (limited to 'docs/config.js')
| -rw-r--r-- | docs/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.js b/docs/config.js index 93357bf5c..2059343dd 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 |
