diff --git a/API.md b/API.md
index 3bbbf1677..2738c50a3 100644
--- a/API.md
+++ b/API.md
@@ -35,14 +35,14 @@ Load GeoJSON data from a URL on the internet onto the map. The URL must
refer directly to a resource that is:
- Freely accessible (not behind a password)
-- Supports [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing)
+- Supports [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing)
- Is valid GeoJSON
The URL should be encoded as per `encodeURIComponent(url)`.
#### Example:
-http://geojson.io/#data=data:text/x-url,https%3A%2F%2Fraw.githubusercontent.com%2Fcodeforgermany%2Fclick_that_hood%2Fmain%2Fpublic%2Fdata%2Fcalifornia-counties.geojson
+https://geojson.io/#data=data:text/x-url,https%3A%2F%2Fraw.githubusercontent.com%2Fcodeforgermany%2Fclick_that_hood%2Fmain%2Fpublic%2Fdata%2Fcalifornia-counties.geojson
### `id=gist:`
@@ -65,7 +65,7 @@ The url is in the form:
#### Example:
-http://geojson.io/#id=github:benbalter/dc-wifi-social/blob/master/bars.geojson&map=14/38.9140/-77.0302
+https://geojson.io/#id=github:benbalter/dc-wifi-social/blob/master/bars.geojson&map=14/38.9140/-77.0302
## Console API
@@ -86,7 +86,7 @@ window.api.map.addSource('raster-tiles', {
],
'tileSize': 256,
'attribution':
- 'Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA'
+ 'Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA'
})
window.api.map.addLayer({
diff --git a/README.md b/README.md
index 89c82d283..09d7b9f20 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ A fast, simple editor for map data. Read more on [Mapbox](https://www.mapbox.com
You can interact with geojson.io programmatically via URL parameters. Here is an example of geojson encoded into the URL:
-http://geojson.io/#data=data:application/json,%7B%22type%22%3A%22LineString%22%2C%22coordinates%22%3A%5B%5B0%2C0%5D%2C%5B10%2C10%5D%5D%7D
+https://geojson.io/#data=data:application/json,%7B%22type%22%3A%22LineString%22%2C%22coordinates%22%3A%5B%5B0%2C0%5D%2C%5B10%2C10%5D%5D%7D
Full API documentation can be found in [API.md](API.md).
diff --git a/data/help.md b/data/help.md
index 890506e5f..2b75b745f 100644
--- a/data/help.md
+++ b/data/help.md
@@ -1,6 +1,6 @@
## Help
-**geojson.io** is a quick, simple tool for creating, viewing, and sharing maps. geojson.io is named after [GeoJSON](http://geojson.org/), an open source spatial data format, and it supports GeoJSON in all ways - but also accepts KML, GPX, CSV, GTFS, TopoJSON, and other formats.
+**geojson.io** is a quick, simple tool for creating, viewing, and sharing maps. geojson.io is named after [GeoJSON](https://geojson.org/), an open source spatial data format, and it supports GeoJSON in all ways - but also accepts KML, GPX, CSV, GTFS, TopoJSON, and other formats.
Want to request a feature or report a bug? [Open an issue on geojson.io's issue tracker.](https://github.com/mapbox/geojson.io/issues?state=open)