[ARVADOS] updated: 1.3.3-3-gb4bda0c13

Git user git at public.curoverse.com
Wed Jun 19 19:15:57 UTC 2019


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

       via  b4bda0c138d28e9e2268cc900dedac06b8445aee (commit)
      from  08e361c63d9254e59f688b68a24282af16005c89 (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 b4bda0c138d28e9e2268cc900dedac06b8445aee
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