From 2705ff26768ed196c971befc82ca7157e5dda7ec Mon Sep 17 00:00:00 2001 From: David Molineus Date: Fri, 28 Oct 2016 08:33:59 +0200 Subject: [PATCH] Fix leaflet documentation links (Close #41). --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5d09d4c..c40c958 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ Features - Define Leaflet maps with multiple layers. - Manage map controls - - [Layers control](http://leafletjs.com/reference.html#control-layers) - - [Zoom control](http://leafletjs.com/reference.html#control-zoom) - - [Scale control]((http://leafletjs.com/reference.html#control-scale)) - - [Attribution control](http://leafletjs.com/reference.html#control-attribution) + - [Layers control](http://leafletjs.com/reference-1.0.0.html#control-layers) + - [Zoom control](http://leafletjs.com/reference-1.0.0.html#control-zoom) + - [Scale control]((http://leafletjs.com/reference-1.0.0.html#control-scale)) + - [Attribution control](http://leafletjs.com/reference-1.0.0.html#control-attribution) - [Loading control](https://github.com/ebrelsford/Leaflet.loading) - Manage layers - [Tile provider](https://github.com/leaflet-extras/leaflet-providers) - - Markers - A set of [markers](http://leafletjs.com/reference.html#marker) - - Vectors - A set of [vectors](http://leafletjs.com/reference.html) + - Markers - A set of [markers](http://leafletjs.com/reference-1.0.0.html#marker) + - Vectors - A set of [vectors](http://leafletjs.com/reference-1.0.0.html) - Groups - A group of layers - Reference - A link to another layer - Manage marker icons @@ -40,7 +40,7 @@ Install ------- ``` -$ php composer.phar require netzmacht/contao-leaflet-maps:~1.0 +$ php composer.phar require netzmacht/contao-leaflet-maps:~2.0 ``` Credits @@ -53,5 +53,5 @@ The about icon is part of the [Web Blog Icons by SEM Labs](http://semlabs.co.uk/ [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/). English translations when possible where copied from the used libraries. Mainly the -[leaflet documentation](leafletjs.com/reference.html) is used. +[leaflet documentation](http://leafletjs.com/reference-1.0.0.html) is used.