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

fokko pushed a commit to branch fd-remove-jira
in repository https://gitbox.apache.org/repos/asf/parquet-site.git

commit 9639db48159d022ed1cb0e2f5d47143709c17bfb
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Sep 2 23:39:22 2025 +0200

    Remove references to Jira
---
 content/en/_index.html | 4 ++--
 content/en/_index.md   | 4 ++--
 hugo.toml              | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/en/_index.html b/content/en/_index.html
index d674aa5..f32ec16 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -19,8 +19,8 @@ linkTitle = "Parquet"
 
 
 {{< blocks/section color="white" >}}
-{{% blocks/feature icon="fab fa-jira" title="File an Issue" 
url="https://issues.apache.org/jira/projects/PARQUET/issues"; %}}
-Or Search Open Issues
+{{% blocks/feature icon="fab fa-jira" title="Parquet Specification" 
url="https://github.com/apache/parquet-format"; %}}
+Browse the Parquet Specification
 {{% /blocks/feature %}}
 
 
diff --git a/content/en/_index.md b/content/en/_index.md
index 7bc87c1..0c12f5d 100644
--- a/content/en/_index.md
+++ b/content/en/_index.md
@@ -18,8 +18,8 @@ It provides high performance compression and encoding schemes 
to handle complex
 
 
 {{< blocks/section color="white" type="row">}}
-{{% blocks/feature icon="fab fa-jira" title="File an Issue" 
url="https://issues.apache.org/jira/projects/PARQUET/issues"; %}}
-Or Search Open Issues
+{{% blocks/feature icon="fab fa-jira" title="Parquet Specification" 
url="https://github.com/apache/parquet-format"; %}}
+Browse the Parquet Specification
 {{% /blocks/feature %}}
 
 {{% blocks/feature icon="fab fa-github" title="Contributions welcome!" 
url="https://github.com/apache/parquet-java"; %}}
diff --git a/hugo.toml b/hugo.toml
index f6552d7..8b9424b 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -194,10 +194,10 @@ enable = false
   icon = "fa fa-envelope"
   desc = "Discuss development issues around the project"
 [[params.links.developer]]
-  name = "Jira"
-  url = "https://issues.apache.org/jira/projects/PARQUET/issues";
-  icon = "fas fa-bug"
-  desc = "File/Track Open Bugs"
+  name = "Parquet specification"
+  url = "https://github.com/apache/parquet-format";
+  icon = "fas fa-jira"
+  desc = "Parquet specification"
 
 [module]
   # Uncomment the next line to build and serve using local docsy clone 
declared in the named Hugo workspace:

Reply via email to