[ARVADOS] updated: 1.4.0-3-g993a5c4db
Git user
git at public.curoverse.com
Wed Jun 19 19:15:23 UTC 2019
Summary of changes:
doc/_includes/_navbar_top.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 993a5c4db7ea46d6ac130abbe9ab1e1c99286dde (commit)
from dde7cb97b4775a47a12e778d8d94ed3597517656 (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 993a5c4db7ea46d6ac130abbe9ab1e1c99286dde
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