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项目仓库