Skip to content

Commit

Permalink
Fix document link address error. (#3875)
Browse files Browse the repository at this point in the history
Co-authored-by: benjobs <[email protected]>
  • Loading branch information
zhuangchong and wolfboys authored Jul 16, 2024
1 parent 992a38e commit f9421f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit f9421f6

Please sign in to comment.