From 02f587e794ed02cebc2d15b1975f42a72752c1c7 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Tue, 19 Aug 2025 13:27:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20how-to-contribute.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3GPUCodeForces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kevin Zhang --- how-to-contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-contribute.md b/how-to-contribute.md index b29b729..12bfd67 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)上找到[GPUCodeForces](https://gitee.com/ccf-ai-infra/GPUCodeForces)。 - 点击页面右上角的“Fork”按钮,将该仓库复制到您的Gitee账户下。 ## 2. Clone项目仓库 @@ -13,7 +13,7 @@ - **步骤**: - 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 ```sh - git clone https://gitee.com/giteeuseid/GPUKernelContest.git + git clone https://gitee.com/giteeuseid/GPUCodeForces.git ``` 备注:`giteeuseid替换您的url`。