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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 64301eb33 [Bug] docs url issue fixed (#4208)
64301eb33 is described below

commit 64301eb33c4393207ba2972d1acc3282d96f1782
Author: Aalron <[email protected]>
AuthorDate: Mon Mar 17 09:47:22 2025 +0800

    [Bug] docs url issue fixed (#4208)
---
 .../org/apache/streampark/console/base/config/SpringProperties.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/config/SpringProperties.java
 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/config/SpringProperties.java
index ddf557d16..451694395 100644
--- 
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/config/SpringProperties.java
+++ 
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/config/SpringProperties.java
@@ -133,7 +133,7 @@ public class SpringProperties {
                 String.format(
                     "[StreamPark] The system initialization check failed. If 
started local for development and debugging,"
                         + " please ensure the -D%s parameter is clearly 
specified,"
-                        + " more detail: 
https://streampark.apache.org/docs/user-guide/deployment";,
+                        + " more detail: 
https://streampark.apache.org/docs/development/development/";,
                     ConfigKeys.KEY_APP_HOME()));
         }
         Properties properties = new Properties();

Reply via email to