From 02abe6c886c22d73b514a11e3c8c179758b28fe4 Mon Sep 17 00:00:00 2001 From: yuanhao Date: Wed, 30 Sep 2020 11:03:19 +0800 Subject: [PATCH] fix broken links in /zh/docs/reference/glossary/container-env-variables.md --- content/zh/docs/reference/glossary/container-env-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/reference/glossary/container-env-variables.md b/content/zh/docs/reference/glossary/container-env-variables.md index d851c14c92..ae2b134643 100644 --- a/content/zh/docs/reference/glossary/container-env-variables.md +++ b/content/zh/docs/reference/glossary/container-env-variables.md @@ -2,7 +2,7 @@ title: 容器环境变量 id: container-env-variables date: 2018-04-12 -full_link: /docs/concepts/containers/container-environment-variables.md +full_link: /zh/docs/concepts/containers/container-environment/ short_description: > 容器环境变量提供了运行容器化应用所必须的一些重要信息。 @@ -16,7 +16,7 @@ tags: title: Container Environment Variables id: container-env-variables date: 2018-04-12 -full_link: /docs/concepts/containers/container-environment-variables.md +full_link: /zh/docs/concepts/containers/container-environment/ short_description: > Container environment variables are name=value pairs that provide useful information into containers running in a Pod.