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-website.git
The following commit(s) were added to refs/heads/dev by this push:
new d8657a0c fix: get start button href (#427)
d8657a0c is described below
commit d8657a0cb53c78824142ca6eb9eee130ccc002f7
Author: Kriszu <[email protected]>
AuthorDate: Tue Apr 8 20:25:26 2025 +0800
fix: get start button href (#427)
LGTN
---
src/components/Button/GetStart.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Button/GetStart.tsx
b/src/components/Button/GetStart.tsx
index d4625f5c..c1a8b8c8 100644
--- a/src/components/Button/GetStart.tsx
+++ b/src/components/Button/GetStart.tsx
@@ -11,7 +11,7 @@ interface GetStartButtonProps {
export default function GetStartButton(props: GetStartButtonProps) {
return (
<a
- href="/docs/get-started/intro"
+ href="/docs/get-started/introduction"
className="bg-blue-500 focus:outline-none focus:ring-2
focus:ring-blue-400 focus:ring-offset-2 focus:ring-offset-blue-50 text-white
font-semibold h-10 px-6 rounded-lg flex-center sm:w-auto dark:bg-sky-500
dark:highlight-white/20 dark:hover:bg-sky-400 start-button hover:no-underline
cursor-pointer"
>
{props.children}