We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8890c commit 72f68f9Copy full SHA for 72f68f9
docs/config.js
@@ -36,7 +36,7 @@ docute.init({
36
title: 'Feedback', path: 'https://github.com/tboox/xmake/issues'
37
},
38
{
39
- title: 'Community', path: 'http://www.tboox.org/forum'
+ title: 'Community', path: 'https://github.com/tboox/community/issues'
40
41
42
title: 'English', type: 'dropdown', items: langs, exact: true
@@ -59,7 +59,7 @@ docute.init({
59
title: '反馈', path: 'https://github.com/tboox/xmake/issues'
60
61
62
- title: '社区', path: 'http://www.tboox.org/forum'
+ title: '社区', path: 'https://github.com/tboox/community/issues'
63
64
65
title: '中文', type: 'dropdown', items: langs, exact: true
0 commit comments