You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/02/25 06:22:57 UTC

[dolphinscheduler-website] branch master updated: [Bug] [Doc] Fix e2e-test dead link (#703)

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

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e43fba9  [Bug] [Doc] Fix e2e-test dead link (#703)
e43fba9 is described below

commit e43fba9f1f7f8ad1ac607a5078c766dff39cef33
Author: QuakeWang <45...@users.noreply.github.com>
AuthorDate: Fri Feb 25 14:22:43 2022 +0800

    [Bug] [Doc] Fix e2e-test dead link (#703)
---
 community/en-us/join/e2e-guide.md | 2 +-
 community/zh-cn/join/e2e-guide.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/en-us/join/e2e-guide.md b/community/en-us/join/e2e-guide.md
index 7adcd73..8ade668 100644
--- a/community/en-us/join/e2e-guide.md
+++ b/community/en-us/join/e2e-guide.md
@@ -29,7 +29,7 @@ In each issue, we list the content to be tested and the expected results, which
 
 ### How to write test code?
 
-After taking up the corresponding task, the next step is to get to the crux of writing the code. Many partners may not be familiar with E2E test codes, so you can refer to this page: [e2e-test](../../../development/zh-cn/e2e-test.md).
+After taking up the corresponding task, the next step is to get to the crux of writing the code. Many partners may not be familiar with E2E test codes, so you can refer to this page: [e2e-test](https://dolphinscheduler.apache.org/en-us/development/e2e-test.html).
 
 ### How to submit a Pull Request?
 
diff --git a/community/zh-cn/join/e2e-guide.md b/community/zh-cn/join/e2e-guide.md
index 0d2d744..9422efc 100644
--- a/community/zh-cn/join/e2e-guide.md
+++ b/community/zh-cn/join/e2e-guide.md
@@ -29,7 +29,7 @@ E2E 测试的主要目的是通过模拟真实的用户场景,验证被测系
 
 ### 如何编写测试代码?
 
-在认领对应的任务之后,下一步就进入到编写代码的关键。很多同学可能对于 E2E 测试代码并不是很熟悉,因此可以参考该页面:[e2e-test](../../../development/zh-cn/e2e-test.md)。
+在认领对应的任务之后,下一步就进入到编写代码的关键。很多同学可能对于 E2E 测试代码并不是很熟悉,因此可以参考该页面:[e2e-test](https://dolphinscheduler.apache.org/zh-cn/development/e2e-test.html)。
 
 ### 如何提交 Pull Request ?