Browse Source

[doc] fix url wrong in zh doc (#9421)

Co-authored-by: xiaoliangyu <xiaoliangyu@bytedance.com>
Lyle Shaw 3 years ago
parent
commit
9d7223b038
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docs/zh/guide/start/docker.md

+ 1 - 1
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`