diff --git a/content/zh-cn/docs/contribute/localization.md b/content/zh-cn/docs/contribute/localization.md index 9c21b55e2a..abd8ac59dd 100644 --- a/content/zh-cn/docs/contribute/localization.md +++ b/content/zh-cn/docs/contribute/localization.md @@ -445,7 +445,7 @@ PR 必须包含所有[最低要求内容](#minimum-required-content)才能获得 ### 添加本地化的 README 文件 {#add-a-localized-readme-file} -为了指导其他本地化贡献者,请在 [k/website](https://github.com/kubernetes/website/) +为了指导其他本地化贡献者,请在 [kubernetes/website](https://github.com/kubernetes/website/) 的根目录添加一个新的 [`README-**.md`](https://help.github.com/articles/about-readmes/), 其中 `**` 是两个字母的语言代码。例如,德语 README 文件为 `README-de.md`。 @@ -679,7 +679,7 @@ To collaborate on a localization branch: `dev--.` - For example, an approver on a German localization team opens the localization branch `dev-1.12-de.1` directly against the k/website repository, based on the source branch for Kubernetes v1.12. + For example, an approver on a German localization team opens the localization branch `dev-1.12-de.1` directly against the kubernetes/website repository, based on the source branch for Kubernetes v1.12. --> 1. [@kubernetes/website-maintainers](https://github.com/orgs/kubernetes/teams/website-maintainers) 中的团队成员从 https://github.com/kubernetes/website 原有分支新建一个本地化分支。 @@ -691,7 +691,7 @@ To collaborate on a localization branch: `dev--.` 例如,一个德语本地化团队的批准人基于 Kubernetes v1.12 版本的源分支, - 直接新建了 k/website 仓库的本地化分支 `dev-1.12-de.1`。 + 直接新建了 kubernetes/website 仓库的本地化分支 `dev-1.12-de.1`。