zhongjiajie commented on code in PR #13170:
URL: 
https://github.com/apache/dolphinscheduler/pull/13170#discussion_r1046635271


##########
docs/docs/en/contribute/development-environment-setup.md:
##########
@@ -218,9 +220,9 @@ spring:
 
 There are three services that need to be started, including MasterServer, 
WorkerServer, ApiApplicationServer.
 
-* MasterServer:Execute function `main` in the class 
`org.apache.dolphinscheduler.server.master.MasterServer` by Intellij IDEA, with 
the configuration *VM Options* `-Dlogging.config=classpath:logback-spring.xml 
-Ddruid.mysql.usePingMethod=false -Dspring.profiles.active=mysql`
-* WorkerServer:Execute function `main` in the class 
`org.apache.dolphinscheduler.server.worker.WorkerServer` by Intellij IDEA, with 
the configuration *VM Options* `-Dlogging.config=classpath:logback-spring.xml 
-Ddruid.mysql.usePingMethod=false -Dspring.profiles.active=mysql`
-* ApiApplicationServer:Execute function `main` in the class 
`org.apache.dolphinscheduler.api.ApiApplicationServer` by Intellij IDEA, with 
the configuration *VM Options* `-Dlogging.config=classpath:logback-spring.xml 
-Dspring.profiles.active=api,mysql`. After it started, you could find Open API 
documentation in http://localhost:12345/dolphinscheduler/swagger-ui/index.html
+- MasterServer:Execute function `main` in the class 
`org.apache.dolphinscheduler.server.master.MasterServer` by Intellij IDEA, with 
the configuration _VM Options_ `-Dlogging.config=classpath:logback-spring.xml 
-Ddruid.mysql.usePingMethod=false -Dspring.profiles.active=mysql`

Review Comment:
   So we have to use `-` instead of `*` in the further?



##########
docs/docs/en/guide/installation/kubernetes.md:
##########
@@ -12,7 +12,7 @@ If you are a new hand and want to experience DolphinScheduler 
functions, we reco
 
 ## Install DolphinScheduler
 
-Please download the source code package 
`apache-dolphinscheduler-<version>-src.tar.gz`, download address: [download 
address](/en-us/download/download.html)
+Please download the source code package 
`apache-dolphinscheduler-<version>-src.tar.gz`, download address: [download 
address](https://dolphinscheduler.apache.org/#/en-us/download)

Review Comment:
   TBH, use the whole url will broken the doc check when we remove to other 
place, but maybe is the best way currently



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to