You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/14 05:01:30 UTC

[dolphinscheduler] branch dev updated: [Bug] [readme] Error link to Docker and k8s in readme #6802 (#6833)

This is an automated email from the ASF dual-hosted git repository.

kirs 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 e3dc401  [Bug] [readme] Error link to Docker and k8s in readme #6802 (#6833)
e3dc401 is described below

commit e3dc4016d2c4c52ed2d408881cac90aad075751d
Author: GaoTianDuo <ga...@cmss.chinamobile.com>
AuthorDate: Sun Nov 14 13:01:23 2021 +0800

    [Bug] [readme] Error link to Docker and k8s in readme #6802 (#6833)
    
    1、modify the error link
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 040459d..8afc4a3 100644
--- a/README.md
+++ b/README.md
@@ -59,11 +59,11 @@ Overload processing: By using the task queue mechanism, the number of schedulabl
 
 ## QuickStart in Docker
 
-Please referer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/docker-deployment.html)
+Please referer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/docker.html)
 
 ## QuickStart in Kubernetes
 
-Please referer the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/kubernetes-deployment.html)
+Please referer the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/kubernetes.html)
 
 ## How to Build