diff options
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ docute.init({ title: 'Feedback', path: 'https://github.com/tboox/xmake/issues' }, { - title: 'Community', path: 'https://github.com/tboox/community/issues' + title: 'Community', path: 'https://www.reddit.com/r/tboox/' }, { title: 'English', type: 'dropdown', items: langs, exact: true @@ -58,7 +58,7 @@ docute.init({ title: '反馈', path: 'https://github.com/tboox/xmake/issues' }, { - title: '社区', path: 'https://github.com/tboox/community/issues' + title: '社区', path: 'https://www.reddit.com/r/tboox/' }, { title: '中文', type: 'dropdown', items: langs, exact: true |
