Skip to content

Commit fa35d32

Browse files
committed
README: use HTTP for leafletjs.com links
1 parent eeee760 commit fa35d32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ While I can't force anyone to do anything, if you happen to disagree with this,
88

99
# Leaflet Control Geocoder [![NPM version](https://img.shields.io/npm/v/leaflet-control-geocoder.svg)](https://www.npmjs.com/package/leaflet-control-geocoder) ![Leaflet 1.0.0 compatible!](https://img.shields.io/badge/Leaflet%201.0.0-%E2%9C%93-1EB300.svg?style=flat)
1010

11-
A simple geocoder for [Leaflet](http://leafletjs.com/) that by default uses [OSM](https://www.openstreetmap.org/)/[Nominatim](https://wiki.openstreetmap.org/wiki/Nominatim).
11+
A simple geocoder for [Leaflet](https://leafletjs.com/) that by default uses [OSM](https://www.openstreetmap.org/)/[Nominatim](https://wiki.openstreetmap.org/wiki/Nominatim).
1212

1313
The plugin supports many different data providers:
1414

@@ -91,7 +91,7 @@ This is the geocoder control. It works like any other Leaflet control, and is ad
9191

9292
### Constructor
9393

94-
This plugin supports the standard JavaScript constructor (to be invoked using `new`) as well as the [class factory methods](http://leafletjs.com/reference.html#class-class-factories) known from Leaflet:
94+
This plugin supports the standard JavaScript constructor (to be invoked using `new`) as well as the [class factory methods](https://leafletjs.com/reference.html#class-class-factories) known from Leaflet:
9595

9696
```js
9797
new L.Control.Geocoder(options);
@@ -105,7 +105,7 @@ L.Control.geocoder(options);
105105
| ------------------ | --------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
106106
| `collapsed` | Boolean | `true` | Collapse control unless hovered/clicked |
107107
| `expand` | String | `"touch"` | How to expand a collapsed control: `touch` or `click` or `hover` |
108-
| `position` | String | `"topright"` | Control [position](http://leafletjs.com/reference.html#control-positions) |
108+
| `position` | String | `"topright"` | Control [position](https://leafletjs.com/reference.html#control-positions) |
109109
| `placeholder` | String | `"Search..."` | Placeholder text for text input |
110110
| `errorMessage` | String | `"Nothing found."` | Message when no result found / geocoding error occurs |
111111
| `geocoder` | IGeocoder | `new L.Control.Geocoder.Nominatim()` | Object to perform the actual geocoding queries |

0 commit comments

Comments
 (0)