update links to 0.5.1

This commit is contained in:
Vladimir Agafonkin 2013-02-06 16:03:22 +02:00
parent 865953816d
commit d80551d1dc

View File

@ -13,12 +13,12 @@ Besides the library itself, the download package contains full source code, unit
<th>Description</th> <th>Description</th>
</tr> </tr>
<tr> <tr>
<td class="width100"><a href="https://github.com/Leaflet/Leaflet/zipball/v0.5">Leaflet 0.5</a></td> <td class="width100"><a href="https://github.com/Leaflet/Leaflet/zipball/v0.5.1">Leaflet 0.5.1</a></td>
<td>Stable version, released on January 17, 2013</td> <td>Stable version, released on January 17, 2013 and last updated on February 6, 2013</td>
</tr> </tr>
<tr> <tr>
<td class="width100"><a href="https://github.com/Leaflet/Leaflet/zipball/v0.4.5">Leaflet 0.4.5</a></td> <td class="width100"><a href="https://github.com/Leaflet/Leaflet/zipball/v0.4.5">Leaflet 0.4.5</a></td>
<td>Previous stable version, released on October 25, 2012</td> <td>Previous stable version, released on July 30, 2012 and last updated on October 25, 2012</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://github.com/Leaflet/Leaflet/zipball/master">Leaflet master</a></td> <td><a href="http://github.com/Leaflet/Leaflet/zipball/master">Leaflet master</a></td>
@ -35,12 +35,12 @@ Note that the master version can contain incompatible changes, so please read th
The latest stable release of Leaflet is hosted on a CDN — to start using The latest stable release of Leaflet is hosted on a CDN — to start using
it straight away, place this code in the `head` section of your HTML: it straight away, place this code in the `head` section of your HTML:
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" /> <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.css" />
<!--[if lte IE 8]> <!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" /> <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.ie.css" />
<![endif]--> <![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script> <script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
### Building Leaflet from the Source ### Building Leaflet from the Source