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

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


The following commit(s) were added to refs/heads/dev-2.1.5 by this push:
     new 943f304ca Fix document link address error. (#3875) (#3892)
943f304ca is described below

commit 943f304cadf451c66b5c15196be3d3c513d815ae
Author: Kerwin <[email protected]>
AuthorDate: Fri Jul 19 13:44:10 2024 +0800

    Fix document link address error. (#3875) (#3892)
    
    Co-authored-by: benjobs <[email protected]>
---
 .../streampark-console-webapp/src/settings/siteSetting.ts               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts 
b/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts
index b8ac5c883..f3adb2b7c 100644
--- a/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts
+++ b/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts
@@ -2,7 +2,7 @@
 export const GITHUB_URL = 'https://github.com/apache/incubator-streampark';
 
 // doc
-export const DOC_URL = 'https://streampark.apache.org/docs/intro';
+export const DOC_URL = 'https://streampark.apache.org/docs/get-started/intro';
 
 // site url
 export const SITE_URL = 'https://streampark.apache.org';

Reply via email to