From 3c04d5c4faf30380e90fa92f2d0943e67eb103db Mon Sep 17 00:00:00 2001 From: Eric Gao Date: Wed, 28 Jun 2023 14:22:38 +0800 Subject: [PATCH] [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 ## 补充