Skip to content

Commit 374c2e6

Browse files
committed
Merge pull request #54 from stephen-marshall-moore/demo_urls_typos
Demo urls typos
2 parents 9bc8306 + 0123898 commit 374c2e6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@ Import the main component and start creating your map:
6161

6262
Although leaflet-map is still under heavy development, it is already fully usable.
6363

64-
Lists of demos:
65-
66-
* [leaflet-map](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#view) (L.map)
67-
* [leaflet-marker](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#marker) (L.marker)
68-
* [leaflet-icon](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#icon) (L.icon)
69-
* [leaflet-divicon](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#icon) (L.divicon) (since 0.0.1)
70-
* [leaflet-circle](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.circle) (since 0.3.0)
71-
* [leaflet-polygon](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.polygon) (since 0.3.0)
72-
* [leaflet-polyline](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.polyline) (since 0.3.0)
73-
* [leaflet-tilelayer](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#tilelayer) (L.tileLayer)
74-
* [leaflet-tilelayer-wms](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#layerwms) (L.tileLayer.wms) (since 0.0.2)
75-
* [leaflet-scale-control](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#scale) (L.control.scale) (since 0.2.0)
76-
* [leaflet-geojson](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#geojson) (since 0.4.0)
77-
* [leaflet-geolocation](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo-advanced.html#databinding) (part of L.map) (since 0.0.2)
64+
List of demos:
65+
66+
* [leaflet-map](https://leaflet-extras.github.io/leaflet-map/demo.html#view) (L.map)
67+
* [leaflet-marker](https://leaflet-extras.github.io/leaflet-map/demo.html#marker) (L.marker)
68+
* [leaflet-icon](https://leaflet-extras.github.io/leaflet-map/demo.html#icon) (L.icon)
69+
* [leaflet-divicon](https://leaflet-extras.github.io/leaflet-map/demo.html#icon) (L.divicon) (since 0.0.1)
70+
* [leaflet-circle](https://leaflet-extras.github.io/leaflet-map/demo.html#vector) (L.circle) (since 0.3.0)
71+
* [leaflet-polygon](https://leaflet-extras.github.io/leaflet-map/demo.html#vector) (L.polygon) (since 0.3.0)
72+
* [leaflet-polyline](https://leaflet-extras.github.io/leaflet-map/demo.html#vector) (L.polyline) (since 0.3.0)
73+
* [leaflet-tilelayer](https://leaflet-extras.github.io/leaflet-map/demo.html#tilelayer) (L.tileLayer)
74+
* [leaflet-tilelayer-wms](https://leaflet-extras.github.io/leaflet-map/demo.html#layerwms) (L.tileLayer.wms) (since 0.0.2)
75+
* [leaflet-scale-control](https://leaflet-extras.github.io/leaflet-map/demo.html#scale) (L.control.scale) (since 0.2.0)
76+
* [leaflet-geojson](https://leaflet-extras.github.io/leaflet-map/demo.html#geojson) (since 0.4.0)
77+
* [leaflet-geolocation](https://leaflet-extras.github.io/leaflet-map/demo.html#databinding) (part of L.map) (since 0.0.2)
7878

7979
Please have a look at the [change log](https://github.com/nhnb/leaflet-map/blob/master/CHANGES.md), for recent developments.
8080

leaflet-core.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<link rel="import" href="leaflet-import.html">
33

44
<!--
5-
element which defines a leadlet map (<a href="http://leafletjs.com/reference.html#map">Leaflet Reference</a>).
5+
element which defines a leaflet map (<a href="http://leafletjs.com/reference.html#map">Leaflet Reference</a>).
66
77
##### Example
88

0 commit comments

Comments
 (0)