You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/02/14 12:29:42 UTC

[hudi] branch asf-site updated: [MINOR] Fixing release link in homepage (#4813)

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

sivabalan 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 de34058  [MINOR] Fixing release link in homepage (#4813)
de34058 is described below

commit de3405855c23aeb449113de197591c186396a4c2
Author: Sivabalan Narayanan <n....@gmail.com>
AuthorDate: Mon Feb 14 07:28:18 2022 -0500

    [MINOR] Fixing release link in homepage (#4813)
---
 website/src/pages/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index f4a4464..081d6a7 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -29,7 +29,7 @@ function HomepageHeader() {
         <div className={styles.buttons}>
           <Link
             className="button button--secondary button--lg"
-            to="/releases/release-0.10.0">
+            to="/releases/release-0.10.1">
              Latest Releases
           </Link>
           <Link