This is an automated email from the ASF dual-hosted git repository.
zhongjiajie 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 3c04d5c4fa [Bug][Doc] Fix dead link in api test docs (#14419)
3c04d5c4fa is described below
commit 3c04d5c4faf30380e90fa92f2d0943e67eb103db
Author: Eric Gao <[email protected]>
AuthorDate: Wed Jun 28 14:22:38 2023 +0800
[Bug][Doc] Fix dead link in api test docs (#14419)
---
docs/docs/en/contribute/api-test.md | 2 +-
docs/docs/zh/contribute/api-test.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/en/contribute/api-test.md
b/docs/docs/en/contribute/api-test.md
index c7005e9540..a54b21aec8 100644
--- a/docs/docs/en/contribute/api-test.md
+++ b/docs/docs/en/contribute/api-test.md
@@ -80,7 +80,7 @@ When the preparation is complete, it is time for the formal
test case writing. W
The rest are similar cases and can be understood by referring to the specific
source code.
-https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api.test/cases
+https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api/test/cases
## Supplements
diff --git a/docs/docs/zh/contribute/api-test.md
b/docs/docs/zh/contribute/api-test.md
index e41892207c..da243823ca 100644
--- a/docs/docs/zh/contribute/api-test.md
+++ b/docs/docs/zh/contribute/api-test.md
@@ -80,7 +80,7 @@ public final class LoginPage {
其余的都是类似的情况,可参考具体的源码来理解。
-https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api.test/cases
+https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api/test/cases
## 补充