aboutsummaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-04 13:06:58 +0800
committerGitHub <noreply@github.com>2019-06-04 13:06:58 +0800
commitcb83cf953c9b6d3a734a9e4aca1cc22c78966c29 (patch)
tree95632760b060f630800c4b1cacebe98de15a375a /config.js
parentb910c53c312dbed5ec7d6c680f8a6ca1fd56d537 (diff)
parentbe08070f891ea5b25b2360c461ab783630bcedd8 (diff)
downloadxmake-docs-cb83cf953c9b6d3a734a9e4aca1cc22c78966c29.tar.gz
xmake-docs-cb83cf953c9b6d3a734a9e4aca1cc22c78966c29.zip
Merge pull request #7 from OpportunityLiu/master
修复 tboox.org 的链接
Diffstat (limited to 'config.js')
-rw-r--r--config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.js b/config.js
index 39902cbd..cd54e186 100644
--- a/config.js
+++ b/config.js
@@ -29,7 +29,7 @@ docute.init({
title: 'Manual', path: '/manual'
},
{
- title: 'Articles', path: 'https://www.tboox.org/category/#xmake'
+ title: 'Articles', path: 'https://tboox.org/category/#xmake'
},
{
title: 'Feedback', path: 'https://github.com/xmake-io/xmake/issues'
@@ -52,7 +52,7 @@ docute.init({
title: '手册', path: '/zh/manual'
},
{
- title: '文章', path: 'https://www.tboox.org/cn/category/#xmake'
+ title: '文章', path: 'https://tboox.org/cn/category/#xmake'
},
{
title: '反馈', path: 'https://github.com/xmake-io/xmake/issues'