You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/06/28 21:25:38 UTC

[arrow-site] branch main updated: Update docs.rs link (#379)

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 <an...@nerdnetworks.org>
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
    ![Screenshot 2023-06-28 at 3 39 46
    PM](https://github.com/apache/arrow-site/assets/490673/33f6fe69-84ec-4b08-9d43-13ea21c44125)
    
    
    # Current Behavior
    Goes to https://docs.rs/crate/arrow/ a hosted version of the crates.io
    page:
    
    ![Screenshot 2023-06-28 at 3 38 14
    PM](https://github.com/apache/arrow-site/assets/490673/4d10df00-16a3-4f49-ba03-125bf9d9d03b)
    
    # 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
    
    ![Screenshot 2023-06-28 at 3 37 57
    PM](https://github.com/apache/arrow-site/assets/490673/b0d02541-a5ad-48b9-86f2-1d1355dcfe70)
---
 _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">