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/04/01 07:09:30 UTC

[dolphinscheduler-website] branch master updated: Add committer and fix e2e doc broken url (#754)

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 1c2d0c5  Add committer and fix e2e doc broken url (#754)
1c2d0c5 is described below

commit 1c2d0c59b8300df6336d46888868366e7b53f740
Author: xiangzihao <46...@qq.com>
AuthorDate: Fri Apr 1 15:09:26 2022 +0800

    Add committer and fix e2e doc broken url (#754)
---
 community/en-us/team.md       | 5 +++++
 community/zh-cn/team.md       | 5 +++++
 development/en-us/e2e-test.md | 3 +--
 development/zh-cn/e2e-test.md | 3 +--
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/community/en-us/team.md b/community/en-us/team.md
index ae8b6d3..5792044 100644
--- a/community/en-us/team.md
+++ b/community/en-us/team.md
@@ -49,6 +49,11 @@ The DolphinScheduler team is comprised of Members and Contributors. Members have
 | ShunFeng Cai  | caishunfeng  | [@caishunfeng](https://github.com/caishunfeng)           |
 | Wenjun Ruan   | wenjun       | [@ruanwenjun](https://github.com/ruanwenjun)             |
 | Jian Song     | songjian     | [@songjianet](https://github.com/songjianet)             |
+| Zhaohe Sun    | zixi0825     | [@zixi0825](https://github.com/zixi0825)                 |
+| Tianqi Yan    | tianqiyan    | [@Tianqi-Dotes](https://github.com/Tianqi-Dotes)         |
+| Dongkai Liu   | liudongkai   | [@devosend](https://github.com/devosend)                 |
+| Hua Jiang     | huajiang     | [@calvinjiang](https://github.com/calvinjiang)           |
+| Zihao Xiang   | zihaoxiang   | [@SbloodyS](https://github.com/SbloodyS)                 |
 
 ## Contributors
 
diff --git a/community/zh-cn/team.md b/community/zh-cn/team.md
index 88e97be..2d3374c 100644
--- a/community/zh-cn/team.md
+++ b/community/zh-cn/team.md
@@ -51,6 +51,11 @@ DolphinScheduler 团队由成员和贡献者组成。 成员可以直接访问 D
 | ShunFeng Cai  | caishunfeng  | [@caishunfeng](https://github.com/caishunfeng)           |
 | Wenjun Ruan   | wenjun       | [@ruanwenjun](https://github.com/ruanwenjun)             |
 | Jian Song     | songjian     | [@songjianet](https://github.com/songjianet)             |
+| Zhaohe Sun    | zixi0825     | [@zixi0825](https://github.com/zixi0825)                 |
+| Tianqi Yan    | tianqiyan    | [@Tianqi-Dotes](https://github.com/Tianqi-Dotes)         |
+| Dongkai Liu   | liudongkai   | [@devosend](https://github.com/devosend)                 |
+| Hua Jiang     | huajiang     | [@calvinjiang](https://github.com/calvinjiang)           |
+| Zihao Xiang   | zihaoxiang   | [@SbloodyS](https://github.com/SbloodyS)                 |
 
 ## 贡献者
 
diff --git a/development/en-us/e2e-test.md b/development/en-us/e2e-test.md
index fd944ea..38ac09e 100644
--- a/development/en-us/e2e-test.md
+++ b/development/en-us/e2e-test.md
@@ -179,8 +179,7 @@ https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphin
 ##  III. Supplements
 
 When running E2E tests locally, First, you need to start the local service, you can refer to this page: 
-[development-environment-setup](https://dolphinscheduler.apache.
-org/en-us/development/development-environment-setup.html)
+[development-environment-setup](https://dolphinscheduler.apache.org/en-us/development/development-environment-setup.html)
 
 When running E2E tests locally, the `-Dlocal=true` parameter can be configured to connect locally and facilitate changes to the UI.
 
diff --git a/development/zh-cn/e2e-test.md b/development/zh-cn/e2e-test.md
index 4892b09..0efc285 100644
--- a/development/zh-cn/e2e-test.md
+++ b/development/zh-cn/e2e-test.md
@@ -177,8 +177,7 @@ https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphin
 
 ## 三、补充
 
-在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](https://dolphinscheduler.apache.
-org/zh-cn/development/development-environment-setup.html)
+在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](https://dolphinscheduler.apache.org/zh-cn/development/development-environment-setup.html)
 
 在本地运行 E2E 测试的时候,可以配置 `-Dlocal=true` 参数,用于连接本地,方便对于 UI 界面的更改。