From deafec9f7825f1c57957f90c72026942a8e7eae6 Mon Sep 17 00:00:00 2001 From: yuandongx Date: Thu, 7 Jan 2021 03:05:31 +0000 Subject: [PATCH] Url is incorrect. --- .../contribute/generate-ref-docs/prerequisites-ref-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md b/content/zh/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md index 4a52bfa9974..5d5cde99f81 100644 --- a/content/zh/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md +++ b/content/zh/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md @@ -35,11 +35,11 @@ - You need to know how to create a pull request to a GitHub repository. This involves creating your own fork of the repository. For more - information, see [Work from a local clone](/docs/contribute/intermediate/#work_from_a_local_clone). + information, see [Work from a local clone](/docs/contribute/new-content/open-a-pr/#fork-the-repo). --> - 你的 `PATH` 环境变量必须包含所需要的构建工具,例如 `Go` 程序和 `python`。 - 你需要知道如何为一个 GitHub 仓库创建拉取请求(PR)。 这牵涉到创建仓库的派生(fork)副本。 - 有关信息可进一步查看[基于本地副本开展工作](/docs/contribute/intermediate/#work_from_a_local_clone)。 + 有关信息可进一步查看[基于本地副本开展工作](/zh/docs/contribute/new-content/open-a-pr/#fork-the-repo)。