This is an automated email from the ASF dual-hosted git repository.
SbloodyS 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 e751b89f49 [Doc-18579] Fix malformed links in datasource and
configuration docs (#18578)
e751b89f49 is described below
commit e751b89f49e54297aa1e1627b05fc3ffbb68652e
Author: Mengzhe <[email protected]>
AuthorDate: Sat Aug 22 22:33:12 2026 +0800
[Doc-18579] Fix malformed links in datasource and configuration docs
(#18578)
---
docs/docs/en/architecture/configuration.md | 2 +-
docs/docs/en/guide/installation/datasource-setting.md | 2 +-
docs/docs/zh/architecture/configuration.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/docs/en/architecture/configuration.md
b/docs/docs/en/architecture/configuration.md
index b0c7dbd5d5..00b98c7356 100644
--- a/docs/docs/en/architecture/configuration.md
+++ b/docs/docs/en/architecture/configuration.md
@@ -175,7 +175,7 @@ The default configuration is as follows:
| registry.zookeeper.session-timeout | 30s |
session timeout
|
| registry.zookeeper.connection-timeout | 30s |
connection timeout
|
| registry.zookeeper.block-until-connected | 600ms |
waiting time to block until the connection succeeds
|
-| registry.zookeeper.digest | {username}:{password} |
digest of zookeeper to access znode, works only when acl is enabled, for more
details please check
[https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html](Apache Zookeeper
doc) |
+| registry.zookeeper.digest | {username}:{password} |
digest of zookeeper to access znode, works only when acl is enabled, for more
details please check [Apache Zookeeper
doc](https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html) |
Note that DolphinScheduler also supports zookeeper related configuration
through `bin/env/dolphinscheduler_env.sh`.
diff --git a/docs/docs/en/guide/installation/datasource-setting.md
b/docs/docs/en/guide/installation/datasource-setting.md
index ad60970aa4..04b2f4c2f9 100644
--- a/docs/docs/en/guide/installation/datasource-setting.md
+++ b/docs/docs/en/guide/installation/datasource-setting.md
@@ -131,7 +131,7 @@ restarting `api-server` and `worker-server`. Mount to
container volume in the sa
like Docker.
> Note: If you only want to use MySQL in the datasource center, there is no
> requirement for the version of MySQL JDBC driver.
-> But if you want to use MySQL as the metabase of DolphinScheduler, it only
supports [8.0.16 and above](https:/
/repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.jar)
version.
+> But if you want to use MySQL as the metabase of DolphinScheduler, it only
supports [8.0.16 and
above](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.jar)
version.
[mysql]: https://downloads.MySQL.com/archives/c-j/
diff --git a/docs/docs/zh/architecture/configuration.md
b/docs/docs/zh/architecture/configuration.md
index 8417b6bc66..8952626ebf 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -174,7 +174,7 @@ DolphinScheduler默认使用Zookeeper进行集群管理、容错、事件监听
| registry.zookeeper.session-timeout | 30s |
session超时时间
|
| registry.zookeeper.connection-timeout | 30s | 连接超时时间
|
| registry.zookeeper.block-until-connected | 600ms |
阻塞直到连接成功的等待时间
|
-| registry.zookeeper.digest | {用户名:密码} |
如果zookeeper打开了acl,则需要填写认证信息访问znode,认证信息格式为{用户名}:{密码}。关于Zookeeper
ACL详见[https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html](Apache
Zookeeper官方文档) |
+| registry.zookeeper.digest | {用户名:密码} |
如果zookeeper打开了acl,则需要填写认证信息访问znode,认证信息格式为{用户名}:{密码}。关于Zookeeper ACL详见[Apache
Zookeeper官方文档](https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html) |
DolphinScheduler同样可以通过`bin/env/dolphinscheduler_env.sh`进行Zookeeper相关的配置。