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

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ebf1e746fd86 chore(site): fix Home page buttons (#17502)
ebf1e746fd86 is described below

commit ebf1e746fd86414c5b813117c548f46855787a18
Author: Ranga Reddy <[email protected]>
AuthorDate: Sun Dec 7 06:48:05 2025 +0530

    chore(site): fix Home page buttons (#17502)
---
 website/src/components/HomepageHeader/index.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/src/components/HomepageHeader/index.js 
b/website/src/components/HomepageHeader/index.js
index 1e557c3a7678..b2a0b0f94574 100644
--- a/website/src/components/HomepageHeader/index.js
+++ b/website/src/components/HomepageHeader/index.js
@@ -52,11 +52,11 @@ function HomepageHeader() {
               </h1>
               <FeatureRender/>
               <div className={styles.buttons}>
-                <LinkButton to="/releases/release-1.1.0">
+                <LinkButton to="/docs/quick-start-guide">
                   Get Started
                 </LinkButton>
-                <LinkButton type="secondary" to="/docs/quick-start-guide">
-                  Read Docs
+                <LinkButton type="secondary" to="/community/get-involved">
+                  Community
                 </LinkButton>
               </div>
             </div>

Reply via email to