This is an automated email from the ASF dual-hosted git repository.
leonbao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 1b6b526 [Bug] [readme] Error link to Docker and k8s in readme
apache#6802 (#6862)
1b6b526 is described below
commit 1b6b5268b6051357f7866a280ab6492d37fe67a8
Author: GaoTianDuo <[email protected]>
AuthorDate: Sun Nov 21 17:50:19 2021 +0800
[Bug] [readme] Error link to Docker and k8s in readme apache#6802 (#6862)
* [Bug] [readme] Error link to Docker and k8s in readme #6802
1、modify the error link
* [Bug] [readme] Error link to Docker and k8s in readme #6802
1、modify the error link in readme_zh_cn.md
---
README_zh_CN.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 60abbe8..db7cbd1 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -61,11 +61,11 @@ DolphinScheduler的工作计划:<a
href="https://github.com/apache/dolphinsche
## 快速试用 Docker
-请参考官方文档: [快速试用 Docker
部署](https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/docker-deployment.html)
+请参考官方文档: [快速试用 Docker
部署](http://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/docker.html)
## 快速试用 Kubernetes
-请参考官方文档: [快速试用 Kubernetes
部署](https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/kubernetes-deployment.html)
+请参考官方文档: [快速试用 Kubernetes
部署](http://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/kubernetes.html)
## 如何构建