You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/08/15 13:59:47 UTC

[arrow-site] branch master updated: ARROW-6246: [Website] Add link to R documentation site

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 41d02ac  ARROW-6246: [Website] Add link to R documentation site
41d02ac is described below

commit 41d02ac5e96fafd3dc7663d5214cdc7cd0dedb26
Author: Neal Richardson <ne...@gmail.com>
AuthorDate: Thu Aug 15 06:59:43 2019 -0700

    ARROW-6246: [Website] Add link to R documentation site
---
 _includes/header.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index 7c02533..4174bae 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -52,9 +52,10 @@
             <a class="dropdown-item" href="{{ site.baseurl }}/docs">Project Docs</a>
             <a class="dropdown-item" href="{{ site.baseurl }}/docs/python">Python</a>
             <a class="dropdown-item" href="{{ site.baseurl }}/docs/cpp">C++</a>
-            <a class="dropdown-item" href="{{ site.baseurl }}/docs/java">Java API</a>
-            <a class="dropdown-item" href="{{ site.baseurl }}/docs/c_glib">C GLib API</a>
-            <a class="dropdown-item" href="{{ site.baseurl }}/docs/js">Javascript API</a>
+            <a class="dropdown-item" href="{{ site.baseurl }}/docs/java">Java</a>
+            <a class="dropdown-item" href="{{ site.baseurl }}/docs/c_glib">C GLib</a>
+            <a class="dropdown-item" href="{{ site.baseurl }}/docs/js">JavaScript</a>
+            <a class="dropdown-item" href="{{ site.baseurl }}/docs/r">R</a>
           </div>
         </li>
         <!-- <li><a href="{{ site.baseurl }}/blog">Blog</a></li> -->