[ARVADOS] updated: 1.3.0-1131-g000158113

Git user git at public.curoverse.com
Wed Jun 19 19:14:28 UTC 2019


Summary of changes:
 doc/_includes/_navbar_top.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  000158113f2c571ebac30d854b712d87c91e41cf (commit)
      from  5acd68562b23c0293140a9de6443855b6612266b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 000158113f2c571ebac30d854b712d87c91e41cf
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed Jun 19 15:02:10 2019 -0400

    Keep relative URL when switching between versions in our documentation.
    
    refs #15138
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid
index e227703a5..39c70471a 100644
--- a/doc/_includes/_navbar_top.liquid
+++ b/doc/_includes/_navbar_top.liquid
@@ -28,7 +28,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
           {% if site.all_versions != [] %}
             <div class="dropdown-menu" aria-labelledby="versionMenuLink">
             {% for version in site.all_versions %}
-               <a href="/{{ version }}/" class="dropdown-item">{{ version }}</a><br/>
+               <a href="/{{ version }}{{ page.url }}" class="dropdown-item">{{ version }}</a><br/>
             {% endfor %}
             </div>
           {% endif %}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list