This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new a8a4dd8 Invalid visit URL fix (#285)
a8a4dd8 is described below
commit a8a4dd83a176415f0d9a968c0ea4fd217455b5af
Author: Thusitha Jayasundara <[email protected]>
AuthorDate: Thu Jan 28 14:41:42 2021 +0530
Invalid visit URL fix (#285)
---
development/en-us/development-environment-setup.md | 2 +-
development/zh-cn/development-environment-setup.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/development/en-us/development-environment-setup.md
b/development/en-us/development-environment-setup.md
index 35725d7..1519a5e 100644
--- a/development/en-us/development-environment-setup.md
+++ b/development/en-us/development-environment-setup.md
@@ -135,7 +135,7 @@ run the main method of
org.apache.dolphinscheduler.api.ApiApplicationServer, you
6. cd dolphinscheduler-ui directory and run npm run start
#### Visit the project
-1. Visit http://localhost:8888
+1. Visit http://localhost:12345/dolphinscheduler
2. Sign in with the administrator account
username: admin
diff --git a/development/zh-cn/development-environment-setup.md
b/development/zh-cn/development-environment-setup.md
index 007364e..aec38a1 100644
--- a/development/zh-cn/development-environment-setup.md
+++ b/development/zh-cn/development-environment-setup.md
@@ -118,5 +118,5 @@ DEV_HOST = localhost
cd dolphinscheduler-ui目录,执行npm run start
#### 访问项目
-1. 访问http://localhost:8888
+1. 访问http://localhost:12345/dolphinscheduler
输入管理员账户admin,密码dolphinscheduler123进行登陆