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 91b91b6367..e57cc20f58 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ The key features for DolphinScheduler are as follows: ## QuickStart in Docker -Please refer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/#/en-us/docs/3.1.2/guide/start/docker) +Please refer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/3.1.2/guide/start/docker) ## QuickStart in Kubernetes -Please refer to the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/#/en-us/docs/3.1.2/guide/installation/kubernetes) +Please refer to the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.1.2/guide/installation/kubernetes) ## How to Build diff --git a/README_zh_CN.md b/README_zh_CN.md index 4be6b77225..84a28151f1 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -51,11 +51,11 @@ DolphinScheduler 的工作计划:Initialize the Database +You can get the detail about Initialize the Database