[ARVADOS] updated: 1.2.1-3-gfc4050ded

Git user git at public.curoverse.com
Wed Jun 19 19:16:31 UTC 2019


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

       via  fc4050ded93a8c8dbdb581b4fc53c0b015994e6b (commit)
      from  24cf7a74bd25c91e3a892ddb3a604de8e3ca401f (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 fc4050ded93a8c8dbdb581b4fc53c0b015994e6b
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