Skip to content

Commit 6e432a5

Browse files
committed
Fix links in tutorials section
1 parent 7c94fc3 commit 6e432a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh/docs/tutorials/clusters/seccomp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ Kubernetes 允许你将加载到节点上的 seccomp 配置文件自动应用于
5252
<!--
5353
In order to complete all steps in this tutorial, you must install
5454
[kind](https://kind.sigs.k8s.io/docs/user/quick-start/) and
55-
[kubectl](/doc/tasks/tools/install-kubectl/). This tutorial will show examples
55+
[kubectl](/docs/tasks/tools/install-kubectl/). This tutorial will show examples
5656
with both alpha (pre-v1.19) and generally available seccomp functionality, so
5757
make sure that your cluster is [configured
5858
correctly](https://kind.sigs.k8s.io/docs/user/quick-start/#setting-kubernetes-version)
5959
for the version you are using.
6060
-->
6161
为了完成本教程中的所有步骤,你必须安装 [kind](https://kind.sigs.k8s.io/docs/user/quick-start/)
62-
[kubectl](/zh/doc/tasks/tools/install-kubectl/)。本教程将显示同时具有 alpha(v1.19 之前的版本)
62+
[kubectl](/zh/docs/tasks/tools/install-kubectl/)。本教程将显示同时具有 alpha(v1.19 之前的版本)
6363
和通常可用的 seccomp 功能的示例,因此请确保为所使用的版本[正确配置](https://kind.sigs.k8s.io/docs/user/quick-start/#setting-kubernetes-version)了集群。
6464

6565
<!-- steps -->

content/zh/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Dockerfile、kubernetes.yml、Kubernetes ConfigMaps、和 Kubernetes Secrets。
3434
比如赋值给不同的容器中的不同环境变量。
3535

3636
<!--
37-
ConfigMaps are API Objects that store non-confidential key-value pairs. In the Interactive Tutorial you will learn how to use a ConfigMap to store the application's name. For more information regarding ConfigMaps, you can find the documentation [here].
37+
ConfigMaps are API Objects that store non-confidential key-value pairs. In the Interactive Tutorial you will learn how to use a ConfigMap to store the application's name. For more information regarding ConfigMaps, you can find the documentation [here](/docs/tasks/configure-pod-container/configure-pod-configmap/).
3838
3939
Although Secrets are also used to store key-value pairs, they differ from ConfigMaps in that they're intended for confidential/sensitive information and are stored using Base64 encoding. This makes secrets the appropriate choice for storing such things as credentials, keys, and tokens, the former of which you'll do in the Interactive Tutorial. For more information on Secrets, you can find the documentation [here](/docs/concepts/configuration/secret/).
4040
-->
@@ -90,4 +90,4 @@ CDI & MicroProfile 都会被用在互动教程中,
9090
### [Start Interactive Tutorial](/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive/)
9191
-->
9292
## 示例:使用 MicroProfile、ConfigMaps、Secrets 实现外部化应用配置
93-
### [启动互动教程](/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive/)
93+
### [启动互动教程](/zh/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive/)

0 commit comments

Comments
 (0)