From f409749cb953699c372219dfe5ba07058c46eafb Mon Sep 17 00:00:00 2001 From: Amy0104 Date: Mon, 26 Dec 2022 14:32:40 +0800 Subject: [PATCH] [Fix][Doc] Replace the links. (#13276) * [Fix][Doc] Replace the links. * [Fix][Doc] Revised `.dlc.json` * [Fix] Fix the dead link. (cherry picked from commit 1f7f900e7858067d9e72b01dbb6b10ffb8eec301) --- .dlc.json | 13 ++++++------- README.md | 4 ++-- README_zh_CN.md | 4 ++-- deploy/README.md | 4 ++-- docs/docs/en/contribute/architecture-design.md | 4 +--- .../contribute/development-environment-setup.md | 4 ++-- docs/docs/en/contribute/join/review.md | 4 ++-- docs/docs/en/contribute/release/release.md | 4 ++-- docs/docs/en/faq.md | 4 ++-- docs/docs/en/guide/installation/kubernetes.md | 2 +- .../docs/en/guide/installation/pseudo-cluster.md | 2 +- docs/docs/en/guide/installation/standalone.md | 2 +- docs/docs/en/guide/start/docker.md | 2 +- docs/docs/en/guide/upgrade.md | 2 +- docs/docs/zh/contribute/architecture-design.md | 2 +- docs/docs/zh/contribute/join/review.md | 4 ++-- docs/docs/zh/faq.md | 6 +++--- docs/docs/zh/guide/installation/kubernetes.md | 2 +- .../docs/zh/guide/installation/pseudo-cluster.md | 16 ++++++++-------- docs/docs/zh/guide/installation/standalone.md | 2 +- docs/docs/zh/guide/start/docker.md | 2 +- docs/docs/zh/guide/upgrade.md | 2 +- 22 files changed, 44 insertions(+), 47 deletions(-) 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的工作计划: