This is an automated email from the ASF dual-hosted git repository.
fokko 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 3637304 Remove references to Jira (#121)
3637304 is described below
commit 36373046d8def7b371229169efb9de46e5013051
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Sep 3 07:53:20 2025 +0200
Remove references to Jira (#121)
---
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: