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

caishunfeng 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 9d7223b038 [doc] fix url wrong in zh doc (#9421)
9d7223b038 is described below

commit 9d7223b038999916ae16a72561d8e141590c1823
Author: Lyle Shaw <[email protected]>
AuthorDate: Tue Apr 12 09:45:25 2022 +0800

    [doc] fix url wrong in zh doc (#9421)
    
    Co-authored-by: xiaoliangyu <[email protected]>
---
 docs/docs/zh/guide/start/docker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/zh/guide/start/docker.md 
b/docs/docs/zh/guide/start/docker.md
index 81cff47374..6e9970024b 100644
--- a/docs/docs/zh/guide/start/docker.md
+++ b/docs/docs/zh/guide/start/docker.md
@@ -52,7 +52,7 @@ $ docker-compose up -d
 
 #### 3、登录系统
 
-访问前端页面:http://localhost:12345/dolphinscheduler,如果有需要请修改成对应的 IP 地址
+访问前端页面:[http://localhost:12345/dolphinscheduler](http://localhost:12345/dolphinscheduler)
 ,如果有需要请修改成对应的 IP 地址
 
 默认的用户是`admin`,默认的密码是`dolphinscheduler123`
 

Reply via email to