diff options
| -rw-r--r-- | cn/index.html | 2 | ||||
| -rw-r--r-- | config.js | 4 | ||||
| -rw-r--r-- | landing.html | 2 | ||||
| -rw-r--r-- | landing/index.cn.md | 2 | ||||
| -rw-r--r-- | landing/index.md | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/cn/index.html b/cn/index.html index 55cd61d9..d8ec8a9f 100644 --- a/cn/index.html +++ b/cn/index.html @@ -261,7 +261,7 @@ <ul> <li>邮箱:<a href="mailto:waruqi@gmail.com">waruqi@gmail.com</a></li> <li>主页:<a href="http://www.tboox.org/cn">tboox.org</a></li> - <li>社区:<a href="https://github.com/tboox/community/issues">TBOOX开源社区</a></li> + <li>社区:<a href="https://www.reddit.com/r/tboox/">Reddit论坛</a></li> <li>聊天:<a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/tboox/tboox.svg" alt="Join the chat at https://gitter.im/tboox/tboox" /></a></li> <li>源码:<a href="https://github.com/tboox/xmake">Github</a>, <a href="https://gitee.com/tboox/xmake">Gitee</a></li> <li>QQ群:343118190</li> @@ -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 diff --git a/landing.html b/landing.html index 9b287c74..123c25b6 100644 --- a/landing.html +++ b/landing.html @@ -261,7 +261,7 @@ <ul> <li>Email:<a href="mailto:waruqi@gmail.com">waruqi@gmail.com</a></li> <li>Homepage:<a href="http://www.tboox.org">tboox.org</a></li> - <li>Community:<a href="https://github.com/tboox/community/issues">tboox@community</a></li> + <li>Community:<a href="https://www.reddit.com/r/tboox/">forum on reddit</a></li> <li>ChatRoom:<a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/tboox/tboox.svg" alt="Join the chat at https://gitter.im/tboox/tboox" /></a></li> <li>Source Code:<a href="https://github.com/tboox/xmake">Github</a>, <a href="https://gitee.com/tboox/xmake">Gitee</a></li> </ul> diff --git a/landing/index.cn.md b/landing/index.cn.md index 036178ad..8e5d0223 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -200,7 +200,7 @@ target("test") * 邮箱:[waruqi@gmail.com](mailto:waruqi@gmail.com) * 主页:[tboox.org](http://www.tboox.org/cn) -* 社区:[TBOOX开源社区](https://github.com/tboox/community/issues) +* 社区:[Reddit论坛](https://www.reddit.com/r/tboox/) * 聊天:[](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) * 源码:[Github](https://github.com/tboox/xmake), [Gitee](https://gitee.com/tboox/xmake) * QQ群:343118190 diff --git a/landing/index.md b/landing/index.md index ec124f10..a773ec75 100644 --- a/landing/index.md +++ b/landing/index.md @@ -200,6 +200,6 @@ Some projects using xmake: * Email:[waruqi@gmail.com](mailto:waruqi@gmail.com) * Homepage:[tboox.org](http://www.tboox.org) -* Community:[tboox@community](https://github.com/tboox/community/issues) +* Community:[forum on reddit](https://www.reddit.com/r/tboox/) * ChatRoom:[](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) * Source Code:[Github](https://github.com/tboox/xmake), [Gitee](https://gitee.com/tboox/xmake) |
