Skip to content

Commit 25a253e

Browse files
authored
Merge pull request #40368 from fenggw-fnst/fix-links
[zh-cn] Fix some invalid links
2 parents e22e4c5 + 5c6c2f5 commit 25a253e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/zh-cn/docs/concepts/services-networking/cluster-ip-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ pie showData
248248
## {{% heading "whatsnext" %}}
249249

250250
* 阅读[服务外部流量策略](/zh-cn/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip)
251-
* 阅读[应用程序与服务连接](/zh-cn/docs/concepts/services-networking/connect-applications-service/)
251+
* 阅读[应用程序与服务连接](/zh-cn/docs/tutorials/services/connect-applications-service/)
252252
* 阅读[服务](/zh-cn/docs/concepts/services-networking/service/)
253253

content/zh-cn/docs/contribute/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ changes to the upstream (English) content.
133133

134134
请将 PR 限制为单个语言版本,因为多语言的 PR 内容修改可能难以审查。
135135

136-
按照[内容改进建议](/zh-cn/docs/contribute/suggest-improvements/)提出对该本地化的更改。
136+
按照[内容改进建议](/zh-cn/docs/contribute/suggesting-improvements/)提出对该本地化的更改。
137137
该过程与提议更改上游(英文)内容非常相似。
138138

139139
<!--

content/zh-cn/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2 style="color: #3771e3;">部署你在 Kubernetes 上的第一个应用程序<
9494
<p>你可以使用 Kubernetes 命令行界面 <b>Kubectl</b> 创建和管理 Deployment。Kubectl 使用 Kubernetes API 与集群进行交互。在本单元中,你将学习创建在 Kubernetes 集群上运行应用程序的 Deployment 所需的最常见的 Kubectl 命令。</p>
9595

9696
<!-- <p>When you create a Deployment, you'll need to specify the container image for your application and the number of replicas that you want to run. You can change that information later by updating your Deployment; Modules <a href="/docs/tutorials/kubernetes-basics/scale-intro/">5</a> and <a href="/docs/tutorials/kubernetes-basics/update-intro/">6</a> of the bootcamp discuss how you can scale and update your Deployments.</p> -->
97-
<p>创建 Deployment 时,你需要指定应用程序的容器镜像以及要运行的副本数。你可以稍后通过更新 Deployment 来更改该信息; 模块 <a href="/zh-cn/docs/tutorials/kubernetes-basics/scale-intro/">5</a><a href="/zh-cn/docs/tutorials/kubernetes-basics/update-intro/">6</a> 讨论了如何扩展和更新 Deployments。</p>
97+
<p>创建 Deployment 时,你需要指定应用程序的容器镜像以及要运行的副本数。你可以稍后通过更新 Deployment 来更改该信息; 模块 <a href="/zh-cn/docs/tutorials/kubernetes-basics/scale/scale-intro/">5</a><a href="/zh-cn/docs/tutorials/kubernetes-basics/update/update-intro/">6</a> 讨论了如何扩展和更新 Deployments。</p>
9898

9999
</div>
100100
<div class="col-md-4">

0 commit comments

Comments
 (0)