diff options
-rw-r--r-- | site/_layouts/doc.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |