From 1f7f900e7858067d9e72b01dbb6b10ffb8eec301 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. --- .dlc.json | 13 ++++++------- README.md | 4 ++-- README_zh_CN.md | 4 ++-- deploy/README.md | 4 ++-- docs/docs/en/contribute/architecture-design.md | 2 +- .../en/contribute/development-environment-setup.md | 2 +- docs/docs/en/contribute/join/review.md | 4 ++-- docs/docs/en/contribute/release.md | 4 ++-- docs/docs/en/faq.md | 5 +++-- docs/docs/en/guide/demo.md | 2 +- docs/docs/en/guide/installation/kubernetes.md | 2 +- docs/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/upgrade.md | 2 +- docs/docs/zh/contribute/architecture-design.md | 2 +- docs/docs/zh/contribute/join/review.md | 4 ++-- docs/docs/zh/contribute/release.md | 6 +++--- docs/docs/zh/faq.md | 11 ++++++----- docs/docs/zh/guide/demo.md | 2 +- docs/docs/zh/guide/installation/kubernetes.md | 2 +- docs/docs/zh/guide/installation/pseudo-cluster.md | 4 ++-- docs/docs/zh/guide/installation/standalone.md | 2 +- docs/docs/zh/guide/start/docker.md | 2 +- docs/docs/zh/guide/upgrade/upgrade.md | 2 +- .../dolphinscheduler-registry-mysql/README.md | 2 +- 26 files changed, 47 insertions(+), 46 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 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