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

alenka pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ad00a2a584 [Website] Fix broken link (#437)
7ad00a2a584 is described below

commit 7ad00a2a5845ee1413f712a16027ec0353770fe4
Author: Hyunseok Seo <[email protected]>
AuthorDate: Fri Nov 24 17:16:21 2023 +0900

    [Website] Fix broken link (#437)
    
    Resolve the broken link.
    
    * https://github.com/apache/arrow-site/pull/436, This PR is the
    original.
    * https://github.com/apache/arrow/issues/38851, This Issue is the
    original.
---
 _includes/header.html | 2 +-
 committers.md         | 2 +-
 community.md          | 2 +-
 faq.md                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index c7437b1713f..65f8b5a7d40 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -70,7 +70,7 @@
           </a>
           <div class="dropdown-menu" aria-labelledby="navbarDropdownCommunity">
             <a class="dropdown-item" href="{{ site.baseurl 
}}/community/">Communication</a>
-            <a class="dropdown-item" href="{{ site.baseurl 
}}/docs/developers/contributing.html">Contributing</a>
+            <a class="dropdown-item" href="{{ site.baseurl 
}}/docs/developers/index.html">Contributing</a>
             <a class="dropdown-item" 
href="https://github.com/apache/arrow/issues";>Issue Tracker</a>
             <a class="dropdown-item" href="{{ site.baseurl 
}}/committers/">Governance</a>
             <a class="dropdown-item" href="{{ site.baseurl }}/use_cases/">Use 
Cases</a>
diff --git a/committers.md b/committers.md
index f2378255d54..e1997b00aa4 100644
--- a/committers.md
+++ b/committers.md
@@ -89,7 +89,7 @@ repositories and serve as non-voting project maintainers. See 
the
 
 ### Becoming a committer
 
-There are many ways to 
[contribute](https://arrow.apache.org/docs/developers/contributing.html)
+There are many ways to 
[contribute](https://arrow.apache.org/docs/developers/index.html)
 to the Apache Arrow project, including issue reports,
 documentation, tests, and code. Contributors with sustained, high-quality 
activity
 may be invited to become committers by the PMC
diff --git a/community.md b/community.md
index a61d6bf6e26..7fdad185f71 100644
--- a/community.md
+++ b/community.md
@@ -138,4 +138,4 @@ For information about how to attend these meetings, see the 
meeting notes and su
 
 As mentioned above, we use [GitHub](https://github.com/apache/arrow) for our 
issue
 tracker and for source control. See the
-[contribution guidelines]({{ site.baseurl 
}}/docs/developers/contributing.html) for more.
+[contribution guidelines]({{ site.baseurl }}/docs/developers/index.html) for 
more.
diff --git a/faq.md b/faq.md
index dfa558ad9c8..f5894b2df85 100644
--- a/faq.md
+++ b/faq.md
@@ -144,7 +144,7 @@ to ask questions. Don't be shy--we're here to help.
 
 Hopefully! Please make a detailed bug report--that's a valuable contribution to
 the project itself.  See the [contribution guidelines]({{ site.baseurl
-}}/docs/developers/contributing.html) for how to make a report.
+}}/docs/developers/index.html) for how to make a report.
 
 #### **Arrow looks great and I'd totally use it if it only did X. When will it 
be done?**
 

Reply via email to