From a40dd9f63e52cf178be2fd9a93904cdf26e23f14 Mon Sep 17 00:00:00 2001
From: weisheng <1780903673@qq.com>
Date: Sat, 9 Nov 2024 16:20:48 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=E6=96=87=E6=A1=A3=E4=B8=ADgitee=E9=95=9C=E5=83=8F?=
=?UTF-8?q?=E4=BB=93=E5=BA=93=E7=9A=84=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/CONTRIBUTING.md | 4 ++--
docs/.vitepress/config.mts | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index ae6b2426..a5778cd3 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -20,10 +20,10 @@
### 镜像仓库
-如果 GitHub 克隆速度较慢,你也可以直接克隆 Wot Design Uni 在 gitee 上的[镜像仓库](https://gitee.com/fant-mini/wot-design-uni):
+如果 GitHub 克隆速度较慢,你也可以直接克隆 Wot Design Uni 在 gitee 上的[镜像仓库](https://gitee.com/wot-design-uni/wot-design-uni):
```bash
-git clone https://gitee.com/fant-mini/wot-design-uni.git
+git clone https://gitee.com/wot-design-uni/wot-design-uni.git
```
镜像仓库仅用于加快国内的访问速度,请勿在镜像仓库中提 issue 和 Pull Request。
diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index 0f275fd3..0e96bb75 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -42,7 +42,7 @@ export default defineConfig({
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/Moonofweisheng/wot-design-uni' },
- { icon: { svg: '' }, link: "https://gitee.com/fant-mini/wot-design-uni", ariaLabel: 'Gitee' },
+ { icon: { svg: '' }, link: "https://gitee.com/wot-design-uni/wot-design-uni", ariaLabel: 'Gitee' },
{ icon: { svg: '' }, link: "/guide/join-group", ariaLabel: 'QQ' }
],
search: {