From 2cef5f3238da691247b6f50969d491a28eb017e0 Mon Sep 17 00:00:00 2001 From: Maxwell Paul Brickner Date: Wed, 12 Apr 2017 19:44:20 -0400 Subject: [PATCH] Updated http links to https I updated http links in the readme that would otherwise automatically be redirected to https by the website, to just use https directly. :) Thank you again for making an awesome editor! ^ _ ^ I'd like to note that links in this section of the readme " Test a prerelease version of iD: Stable mirror of release branch: http://openstreetmap.us/iD/release Development mirror of master branch: http://openstreetmap.us/iD/master " Currently 404. I'm not sure if this is temporary or permanent. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 512f0b9c6..0f2c74aa9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ * It supports all popular modern desktop browsers: Chrome, Firefox, Safari, Opera, Edge, and IE11. * iD is not yet designed for mobile browsers, but this is something we hope to add! -* Data is rendered with [d3.js](http://d3js.org/). +* Data is rendered with [d3.js](https://d3js.org/). ## Participate! @@ -31,7 +31,7 @@ Come on in, the water's lovely. More help? Ping `jfire` or `bhousel` on: ## Prerequisites -* [Node.js](http://nodejs.org/) version 4 or newer +* [Node.js](https://nodejs.org/) version 4 or newer * [`git`](https://www.atlassian.com/git/tutorials/install-git/) for your platform * Note for Windows users: * Edit `$HOME\.gitconfig`:
@@ -61,4 +61,4 @@ See the [LICENSE.md](LICENSE.md) file for more details. ## Thank you -Initial development of iD was made possible by a [grant of the Knight Foundation](http://www.mapbox.com/blog/knight-invests-openstreetmap/). +Initial development of iD was made possible by a [grant of the Knight Foundation](https://www.mapbox.com/blog/knight-invests-openstreetmap/).