update references to 0.4.3
This commit is contained in:
parent
76e76d02c2
commit
f847e07c06
10
download.md
10
download.md
@ -13,8 +13,8 @@ Besides the library itself, the download package contains full source code, unit
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="width100"><a href="https://github.com/CloudMade/Leaflet/zipball/v0.4.2">Leaflet 0.4.2</a></td>
|
||||
<td>Stable version, released on August 1, 2012</td>
|
||||
<td class="width100"><a href="https://github.com/CloudMade/Leaflet/zipball/v0.4.3">Leaflet 0.4.3</a></td>
|
||||
<td>Stable version, released on August 7, 2012</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="width100"><a href="https://github.com/CloudMade/Leaflet/zipball/v0.3.1">Leaflet 0.3.1</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
|
||||
it straight away, place this code in the `head` section of your HTML:
|
||||
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.2/leaflet.css" />
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.3/leaflet.css" />
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.2/leaflet.ie.css" />
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.3/leaflet.ie.css" />
|
||||
<![endif]-->
|
||||
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.4.2/leaflet.js"></script>
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.4.3/leaflet.js"></script>
|
||||
|
||||
### Building Leaflet from the Source
|
||||
|
||||
|
@ -123,7 +123,7 @@ bodyclass: api-page
|
||||
<!--<a href="#toc" id="back-to-top">↑</a>-->
|
||||
|
||||
<hr />
|
||||
<p>This reference reflects <strong>Leaflet 0.4</strong>. You can find docs for the in-progress master version in <code>reference.html</code> of <a href="https://github.com/CloudMade/Leaflet/zipball/gh-pages-master">gh-pages-master branch</a></p>
|
||||
<p>This reference reflects <strong>Leaflet 0.4.3</strong>. You can find docs for the in-progress master version in <code>reference.html</code> of <a href="https://github.com/CloudMade/Leaflet/zipball/gh-pages-master">gh-pages-master branch</a></p>
|
||||
|
||||
<h2 id="map-class">L.Map</h2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user