From 164df65e7cd21c086c7ce7812c4f91b6690d4f30 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Tue, 19 Aug 2025 13:24:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20how-to-contribute.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3git=20clone=E7=94=A8=E5=BC=80=E5=8F=91=E8=80=85Fork?= =?UTF-8?q?=E7=9A=84=E4=BB=93=E5=BA=93=E4=BD=9C=E4=B8=BA=E4=B8=8A=E6=B8=B8?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kevin Zhang --- how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-contribute.md b/how-to-contribute.md index 09d7617..b29b729 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -13,7 +13,7 @@ - **步骤**: - 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 ```sh - git clone https://gitee.com/ccf-ai-infra/GPUKernelContest.git + git clone https://gitee.com/giteeuseid/GPUKernelContest.git ``` 备注:`giteeuseid替换您的url`。