From b168f2f3d0fa29374e55a83f3325a7cb2650e666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E6=98=8E=E5=B8=85?= Date: Tue, 30 Mar 2021 11:38:29 +0800 Subject: [PATCH] update en/contribute/contribution-process.md. --- en/contribute/contribution-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/contribute/contribution-process.md b/en/contribute/contribution-process.md index bd5cc0bc19..3305b52c03 100644 --- a/en/contribute/contribution-process.md +++ b/en/contribute/contribution-process.md @@ -10,7 +10,7 @@ ## Preparations - Install, configure, and use Git. For details, visit [https://gitee.com/help/categories/43](https://gitee.com/help/categories/43). -- Register an SSH public key. For details, visit [https://gitee.com/help/articles/4181](https://gitee.com/help/articles/4181). +- Register an SSH public key. For details, visit [https://gitee.com/help/articles/4191](https://gitee.com/help/articles/4191). - Find the repository that you are interested in on the code hosting platform of OpenHarmony. ## Downloading Code @@ -122,7 +122,7 @@ Perform the following steps to download the code in the repository to your compu repo config --global repo.token {TOKEN} ``` -The token is generated by choosing **Settings** \> **Security Settings** \> **Private Token** on Gitee. Example: +The token is generated by choosing **Settings** \> **Security Settings** \> [**Private Token**](https://gitee.com/profile/personal_access_tokens) on Gitee. Example: ``` repo config --global repo.token 211XXXXXXXXXXXXXXXXXXXXXXXX -- GitLab