Update some links to the 1.1.0 docs (#5586)

This commit is contained in:
Iván Sánchez Ortega 2017-06-27 15:00:25 +02:00 committed by Per Liedman
parent 28617f5b9b
commit 90ac1a2077
2 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,7 @@
{% if page.title == 'Documentation' %}
<span>Docs</span>
{% else %}
<a href="{{ root }}reference-1.0.3.html">Docs</a>
<a href="{{ root }}reference-{{ site.latest_leaflet_version }}.html">Docs</a>
{% endif %}
</li>
<li>

View File

@ -13,4 +13,5 @@ bodyclass: api-page
<li><a href='reference-1.0.0.html'>API reference for 1.0.0 and 1.0.1</a>
<li><a href='reference-1.0.2.html'>API reference for 1.0.2</a>
<li><a href='reference-1.0.3.html'>API reference for 1.0.3</a>
<li><a href='reference-1.1.0.html'>API reference for 1.1.0</a>
</ul></p>