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/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new f9421f6bb Fix document link address error. (#3875)
f9421f6bb is described below
commit f9421f6bbc162200cd9accdc25ac2bd43e78e889
Author: Kerwin <[email protected]>
AuthorDate: Tue Jul 16 23:50:22 2024 +0800
Fix document link address error. (#3875)
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';