This is an automated email from the ASF dual-hosted git repository.
kou 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 5360874cf38 Update docs.rs link (#379)
5360874cf38 is described below
commit 5360874cf38a53a5df10a685f88eebe144fd312e
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Jun 28 17:25:33 2023 -0400
Update docs.rs link (#379)
The link on https://arrow.apache.org/ for the Rust documentation

# Current Behavior
Goes to https://docs.rs/crate/arrow/ a hosted version of the crates.io
page:

# Proposed Behavior
Go to the standard rust docs: https://docs.rs/arrow/latest which I think
is what I would expect when I click on a documentation link

---
_includes/header.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/header.html b/_includes/header.html
index 4a0880dc31e..13a1e5a8c18 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -45,7 +45,7 @@
<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/main/ruby/README.md">Ruby</a>
- <a class="dropdown-item"
href="https://docs.rs/crate/arrow/">Rust</a>
+ <a class="dropdown-item"
href="https://docs.rs/arrow/latest">Rust</a>
</div>
</li>
<li class="nav-item dropdown">