From 192b89b93c2feb14b3a9e93fed9432a5982f91b9 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Thu, 21 Feb 2019 15:07:46 +0100 Subject: [PATCH] Fix relative doc link --- _layouts/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html index 7ca4aa361e..dcf9747d16 100644 --- a/_layouts/sidebar.html +++ b/_layouts/sidebar.html @@ -18,7 +18,7 @@ layout: default {% endfor %} {% else %} - {% capture url %}../{{ coll.label }}{% endcapture %} + {% capture url %}/{{ coll.label }}{% endcapture %}
{{ coll.caption }}