diff options
| author | ruki <waruqi@gmail.com> | 2019-02-08 23:32:46 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-02-08 15:16:39 +0800 |
| commit | efaf732fd7caf930e309221370aa3bdd4cf22bf8 (patch) | |
| tree | d0a78f1184acb15aab705bd6e3ac6efd63eb94cb /config.js | |
| parent | 555f6037018772e1397b503235b3f2c038bff971 (diff) | |
| download | xmake-docs-efaf732fd7caf930e309221370aa3bdd4cf22bf8.tar.gz xmake-docs-efaf732fd7caf930e309221370aa3bdd4cf22bf8.zip | |
update xmake github url
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ docute.init({ landing: true, repo: 'tboox/xmake', twitter: 'waruqi', - 'edit-link': 'https://github.com/tboox/xmake-docs/blob/master/', + 'edit-link': 'https://github.com/xmake-io/xmake-docs/blob/master/', announcement(route) { const info = { type: 'success' } if (/\/zh/.test(route.path)) { @@ -32,7 +32,7 @@ docute.init({ title: 'Articles', path: 'http://www.tboox.org/category/#xmake' }, { - title: 'Feedback', path: 'https://github.com/tboox/xmake/issues' + title: 'Feedback', path: 'https://github.com/xmake-io/xmake/issues' }, { title: 'Community', path: 'https://www.reddit.com/r/tboox/' @@ -55,7 +55,7 @@ docute.init({ title: '文章', path: 'http://www.tboox.org/cn/category/#xmake' }, { - title: '反馈', path: 'https://github.com/tboox/xmake/issues' + title: '反馈', path: 'https://github.com/xmake-io/xmake/issues' }, { title: '社区', path: 'https://www.reddit.com/r/tboox/' |
