From c344d1a28be1e57fbab7a3d71c47e555e3a536c4 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Fri, 22 Mar 2019 18:52:38 +0100 Subject: /docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Bénier --- site/_layouts/doc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_layouts/doc.html b/site/_layouts/doc.html index d09a924..8411d1a 100644 --- a/site/_layouts/doc.html +++ b/site/_layouts/doc.html @@ -202,7 +202,7 @@ set some constants This page might not exist in the target version because page layouts change from version to version {% endcomment %} - {% capture other_version_root %}/docs/{{ page.language }}/{{ other_version_string }}/{% endcapture %} + {% capture other_version_root %}/{{site.baseurl}}{{site.docsurl}}/{{ page.language }}/{{ other_version_string }}/{% endcapture %} {% assign other_version_url = page.url | replace:VERSION_URL,other_version_root %} {% comment %} -- cgit