From e2605d31d52c7584a0cf1a9e133571ad58b25a09 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Tue, 19 Aug 2025 13:25:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20how-to-contribute.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E6=96=87=E6=A1=A3=E4=B8=ADgit=20clone=E4=B8=BAFork?= =?UTF-8?q?=E7=9A=84=E4=BB=93=E5=BA=93?= 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 a466eed..5fcc137 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -5,7 +5,7 @@ ## 1. Fork项目仓库 - **目的**:将原始仓库复制到您的Gitee(或github)账户下,以便您可以进行修改。 - **步骤**: - - 在Gitee(或github)上找到[GPUKernelContest](https://gitee.com/ccf-ai-infra/GPUKernelContest)。 + - 在Gitee(或github)上找到[GPUKernelContest](https://gitee.com/giteeuseid/GPUKernelContest)。 - 点击页面右上角的“Fork”按钮,将该仓库复制到您的Gitee账户下。 ## 2. Clone项目仓库