diff options
| author | ruki <waruqi@gmail.com> | 2019-05-28 10:44:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-28 10:44:46 +0800 |
| commit | b01a82c79b2a568813e8757b0ca104d826ef441a (patch) | |
| tree | 0d89d71d5a7fbe00770cd36e76506eb13d72d8e2 /config.js | |
| parent | e076be060b086dd1254c2ecd5de59693733df6fe (diff) | |
| parent | 6eccc0a85aad202301dd95fe96ae0285bcd7a7b5 (diff) | |
| download | xmake-docs-b01a82c79b2a568813e8757b0ca104d826ef441a.tar.gz xmake-docs-b01a82c79b2a568813e8757b0ca104d826ef441a.zip | |
Merge pull request #4 from OpportunityLiu/patch-2
replace some url to avoid mixed content
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ docute.init({ title: 'Manual', path: '/manual' }, { - title: 'Articles', path: 'http://www.tboox.org/category/#xmake' + title: 'Articles', path: 'https://www.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: 'http://www.tboox.org/cn/category/#xmake' + title: '文章', path: 'https://www.tboox.org/cn/category/#xmake' }, { title: '反馈', path: 'https://github.com/xmake-io/xmake/issues' |
