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

GH-20161: [Website] Remove mentions of master branch from Apache Arrow website content #324

Merged
merged 7 commits into from
Mar 1, 2023
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bundle exec rake

## Deployment

On commits to the `master` branch of `apache/arrow-site`, the rendered
On commits to the `main` branch of `apache/arrow-site`, the rendered
static site will be published to the `asf-site` branch using GitHub
Actions. On a fork, it will deploy to your `gh-pages` branch for
deployment via GitHub Pages; this is useful for previewing changes
Expand Down
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<hr/>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/c_glib">C GLib</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/cpp">C++</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/master/csharp/README.md">C#</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>
<a class="dropdown-item" href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/java">Java</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/js">JavaScript</a>
<a class="dropdown-item" href="https://arrow.juliadata.org/stable/">Julia</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/master/matlab/README.md">MATLAB</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/python">Python</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/r">R</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/master/ruby/README.md">Ruby</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a>
<a class="dropdown-item" href="https://docs.rs/crate/arrow/">Rust</a>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion community.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You may also wish to subscribe to these lists, which capture some activity strea

<ul>
<li> <code>issues@</code> for the creation of GitHub issues {% include mailing_list_links.html list="issues" %} </li>
<li> <code>commits@</code> for commits to the <a href="https://github.com/apache/arrow">apache/arrow</a> and <a href="https://github.com/apache/arrow-site">apache/arrow-site</a> repositories (typically to <code>master</code> only) {% include mailing_list_links.html list="commits" %} </li>
<li> <code>commits@</code> for commits to the <a href="https://github.com/apache/arrow">apache/arrow</a> and <a href="https://github.com/apache/arrow-site">apache/arrow-site</a> repositories (typically to <code>main</code> only) {% include mailing_list_links.html list="commits" %} </li>
<li> <code>builds@</code> for nightly build reports {% include mailing_list_links.html list="builds" %} </li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3>Format</h3>
<div class="col-lg-4 mt-3">
<h3>Libraries</h3>
<p>Arrow's libraries implement the format and provide building blocks for a range of <a href="{{ site.baseurl }}/use_cases/">use cases</a>, including high performance analytics. <a href="{{ site.baseurl }}/powered_by/">Many popular projects</a> use Arrow to ship columnar data efficiently or as the basis for analytic engines.</p>
<p>Libraries are available for <a href="{{ site.baseurl }}/docs/c_glib/">C</a>, <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a href="https://github.com/apache/arrow/blob/master/csharp/README.md">C#</a>, <a href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{ site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl }}/docs/js/">JavaScript</a>, <a href="https://arrow.juliadata.org/stable/">Julia</a>, <a href="https://github.com/apache/arrow/blob/master/matlab/README.md">MATLAB</a>, <a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl }}/docs/r/">R</a>, <a href="https://github.com/apache/arrow/blob/master/ruby/README.md">Ruby</a>, and <a href="https://docs.rs/crate/arrow/">Rust</a>.
<p>Libraries are available for <a href="{{ site.baseurl }}/docs/c_glib/">C</a>, <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>, <a href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{ site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl }}/docs/js/">JavaScript</a>, <a href="https://arrow.juliadata.org/stable/">Julia</a>, <a href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>, <a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl }}/docs/r/">R</a>, <a href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a>, and <a href="https://docs.rs/crate/arrow/">Rust</a>.
See <a href="{{ site.baseurl }}/install/">how to install</a> and get started.
</div>
<div class="col-lg-4 mt-3">
Expand Down
2 changes: 1 addition & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ gem install red-plasma # For Plasma support
[13]: {{site.data.versions['current'].asc}}
[14]: {{site.data.versions['current'].sha256}}
[15]: {{site.data.versions['current'].sha512}}
[16]: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-arrow
[16]: https://github.com/msys2/MINGW-packages/tree/HEAD/mingw-w64-arrow
[17]: https://brew.sh/
[18]: https://github.com/Microsoft/vcpkg
[19]: {{ site.baseurl }}/release/
Expand Down
4 changes: 2 additions & 2 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ analytic database systems, data frame libraries, and more.
<div class="col-md-12">
<h3>Arrow Libraries</h3>
<p>
The Arrow project contains libraries that enable you to work with data in the Arrow columnar format in many languages. The <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a href="https://github.com/apache/arrow/blob/master/csharp/README.md">C#</a>, <a href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{ site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl }}/docs/js/">JavaScript</a>, <a href="https://arrow.juliadata.org/stable/">Julia</a>, and <a href="https://docs.rs/crate/arrow/">Rust</a> libraries
contain distinct implementations of the Arrow format. These libraries are <a href="{{ site.baseurl }}/docs/status.html">integration-tested</a> against each other to ensure their fidelity to the format. In addition, Arrow libraries for <a href="{{ site.baseurl }}/docs/c_glib/">C (Glib)</a>, <a href="https://github.com/apache/arrow/blob/master/matlab/README.md">MATLAB</a>, <a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl }}/docs/r/">R</a>, and <a href="https://github.com/apache/arrow/blob/master/ruby/README.md">Ruby</a> are built on top of the C++ library.
The Arrow project contains libraries that enable you to work with data in the Arrow columnar format in many languages. The <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>, <a href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{ site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl }}/docs/js/">JavaScript</a>, <a href="https://arrow.juliadata.org/stable/">Julia</a>, and <a href="https://docs.rs/crate/arrow/">Rust</a> libraries
contain distinct implementations of the Arrow format. These libraries are <a href="{{ site.baseurl }}/docs/status.html">integration-tested</a> against each other to ensure their fidelity to the format. In addition, Arrow libraries for <a href="{{ site.baseurl }}/docs/c_glib/">C (Glib)</a>, <a href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>, <a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl }}/docs/r/">R</a>, and <a href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a> are built on top of the C++ library.
</p>
<p>
These official libraries enable third-party projects to work with Arrow
Expand Down
2 changes: 1 addition & 1 deletion powered_by.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ short description of your use case.
[24]: https://github.com/Paradigm4/accelerated_io_tools
[25]: https://github.com/uwdata/falcon
[26]: https://fastdata.io/
[27]: https://github.com/apache/arrow-site/edit/master/powered_by.md
[27]: https://github.com/apache/arrow-site/edit/main/powered_by.md
[28]: https://github.com/uber/petastorm
[29]: https://www.inaccel.com/
[30]: https://www.mathworks.com
Expand Down