Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Website] Fix broken link #437

Merged
merged 2 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion committers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**

Expand Down