From 6d2d7d9f43a94ad256f5f4519cb2098b56f6038c Mon Sep 17 00:00:00 2001 From: huccshen <1171593960@qq.com> Date: Tue, 29 Sep 2020 15:20:24 +0800 Subject: [PATCH] Update web-ui-dashboard.md --- .../docs/tasks/access-application-cluster/web-ui-dashboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/tasks/access-application-cluster/web-ui-dashboard.md b/content/zh/docs/tasks/access-application-cluster/web-ui-dashboard.md index 511ef95ee7..aadcd3d896 100644 --- a/content/zh/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/content/zh/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -96,9 +96,9 @@ kubectl proxy ``` -kubectl 会使得 Dashboard 可以通过 http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/ 访问。 +kubectl 会使得 Dashboard 可以通过 [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/) 访问。