diff --git a/.dlc.json b/.dlc.json index da44b95b8e..2dcead4686 100644 --- a/.dlc.json +++ b/.dlc.json @@ -8,16 +8,19 @@ }, { "pattern": "/community/community.html$" + }, + { + "pattern": "^https://dolphinscheduler.apache.org" } ], "replacementPatterns": [ { "pattern": "^/en-us/download/download.html$", - "replacement": "https://dolphinscheduler.apache.org/en-us/download/download.html" + "replacement": "https://dolphinscheduler.apache.org/en-us/download" }, { "pattern": "^/zh-cn/download/download.html$", - "replacement": "https://dolphinscheduler.apache.org/zh-cn/download/download.html" + "replacement": "https://dolphinscheduler.apache.org/zh-cn/download" } ], "httpHeaders": [ @@ -32,9 +35,5 @@ "retryOn429": true, "retryCount": 10, "fallbackRetryDelay": "1000s", - "aliveStatusCodes": [ - 200, - 401, - 0 - ] + "aliveStatusCodes": [200, 401, 0] } diff --git a/README.md b/README.md index 4f06d8d239..530c87dff9 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ supports custom task type ## QuickStart in Docker -Please refer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/start/docker.html) +Please refer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/3.0.3/guide/start/docker) ## QuickStart in Kubernetes -Please refer to the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/installation/kubernetes.html) +Please refer to the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.0.3/guide/installation/kubernetes) ## How to Build diff --git a/README_zh_CN.md b/README_zh_CN.md index ddf66202f4..8411fc1148 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -53,11 +53,11 @@ DolphinScheduler的工作计划: