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

alamb pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new 73f531d  Minor: change Download to Releases on landing page (#128)
73f531d is described below

commit 73f531d64b11a3b0c6c31d558ef483735aa0d0d3
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Nov 4 10:42:37 2025 -0500

    Minor: change Download to Releases on landing page (#128)
---
 content/en/_index.md      | 2 +-
 content/en/blog/_index.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/en/_index.md b/content/en/_index.md
index 61e3360..77c2ee5 100644
--- a/content/en/_index.md
+++ b/content/en/_index.md
@@ -7,7 +7,7 @@ title: Parquet
   Documentation <i class="fas fa-arrow-alt-circle-right ms-2"></i>
 </a>
 <a class="btn btn-lg btn-secondary me-3 mb-4" href="/blog/">
-  Download <i class="fab fa-github ms-2 "></i>
+  Releases <i class="fa fa-arrow-circle-down ms-2 "></i>
 </a>
 <p class="lead mt-5">
 Apache Parquet is an open source, column-oriented data file format designed 
for efficient data storage and retrieval. 
diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md
index fcf345b..0cbe3d9 100644
--- a/content/en/blog/_index.md
+++ b/content/en/blog/_index.md
@@ -1,6 +1,6 @@
 ---
-title: "Release"
-linkTitle: "Release"
+title: "Releases"
+linkTitle: "Releases"
 menu:
   main:
     weight: 3

Reply via email to