diff options
Diffstat (limited to 'docs')
| -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 |
