diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3409479..52f2aea 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -34,7 +34,7 @@ module.exports = { * ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html */ themeConfig: { - repo: 'https://git.trustie.net/xuos/xiuos', + repo: 'https://gitlink.org.cn/xuos/xiuos.git', repoLabel: '源码', editLinks: false, docsDir: '', diff --git a/package.json b/package.json index 4f9dd47..ac845de 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "name": "XUOS Lab", "email": "caodg@pku.edu.cn" }, - "repository": "https://git.trustie.net/xuos/xiuos", + "repository": "https://gitlink.org.cn/xuos/xiuos", "scripts": { "dev": "vuepress dev docs", "build": "vuepress build docs"