[zh] Fix links in contribute section
This PR fixes bad links found in the contribute section, identified via: ``` ./scripts/linkchecker.py -l zh -f /docs/contribute/**/*.md ``` Fix Summary: Bad links pointing nowhere: 23 Links which should point to localized pages: 28 Links which should avoid redirections: 5 Unsafe links that use HTTP: 6
This commit is contained in:
@@ -22,5 +22,5 @@ To build the reference documentation, see the following guide:
|
||||
本节的主题是描述如何生成 Kubernetes 参考指南。
|
||||
要生成参考文档,请参考下面的指南:
|
||||
|
||||
* [生成参考文档快速入门](/docs/contribute/generate-ref-docs/quickstart/)
|
||||
* [生成参考文档快速入门](/zh/docs/contribute/generate-ref-docs/quickstart/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user