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

zihaoxiang 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 d3247f6ed2 [Chore] Hotfix doc CI error (#17671)
d3247f6ed2 is described below

commit d3247f6ed2e1aeba9855176e1b7d47d350f019dc
Author: xiangzihao <[email protected]>
AuthorDate: Wed Nov 12 15:28:54 2025 +0800

    [Chore] Hotfix doc CI error (#17671)
---
 .github/workflows/lychee.toml              | 4 +++-
 docs/docs/en/architecture/configuration.md | 4 ++--
 docs/docs/zh/architecture/configuration.md | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/lychee.toml b/.github/workflows/lychee.toml
index 12ad1d718a..788416a7fb 100644
--- a/.github/workflows/lychee.toml
+++ b/.github/workflows/lychee.toml
@@ -20,7 +20,9 @@ exclude = [
     '^http://who-t\.blogspot\.com/2009/12/on-commit-messages\.html',
     '^https://openmldb\.ai',
     '^https://archive\.apache\.org/dist',
-    '^https://www\.bilibili\.com/video/BV1d64y1s7eZ'
+    '^https://www\.bilibili\.com/video/BV1d64y1s7eZ',
+    '^https://www\.mysql\.com',
+    '^https://dev\.mysql\.com/downloads/mysql',
 ]
 
 # Exclude paths from getting checked. The values are treated as regular 
expressions
diff --git a/docs/docs/en/architecture/configuration.md 
b/docs/docs/en/architecture/configuration.md
index 50a4a15f0e..8e6e3335f2 100644
--- a/docs/docs/en/architecture/configuration.md
+++ b/docs/docs/en/architecture/configuration.md
@@ -185,9 +185,9 @@ The default configuration is as follows:
 Note that DolphinScheduler also supports zookeeper related configuration 
through `bin/env/dolphinscheduler_env.sh`.
 
 For ETCD Registry, please see more details
-on 
[link](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md).
+on [link](../guide/installation/registry-plugins/etcd.md).
 For JDBC Registry, please see more details
-on 
[link](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md).
+on [link](../guide/installation/registry-plugins/jdbc.md).
 
 ### common.properties [hadoop、s3、yarn config properties]
 
diff --git a/docs/docs/zh/architecture/configuration.md 
b/docs/docs/zh/architecture/configuration.md
index 6d9f1061f9..e30a029a81 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -183,8 +183,8 @@ DolphinScheduler默认使用Zookeeper进行集群管理、容错、事件监听
 
 DolphinScheduler同样可以通过`bin/env/dolphinscheduler_env.sh`进行Zookeeper相关的配置。
 
-如果使用etcd作为注册中心,详细请参考[链接](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md)。
-如果使用jdbc作为注册中心,详细请参考[链接](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md)。
+如果使用etcd作为注册中心,详细请参考[链接](../guide/installation/registry-plugins/etcd.md)。
+如果使用jdbc作为注册中心,详细请参考[链接](../guide/installation/registry-plugins/jdbc.md)。
 
 ## common.properties [hadoop、s3、yarn配置]
 

Reply via email to