]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #4790 from AntonKhorev/docs-https
authorAndy Allan <git@gravitystorm.co.uk>
Tue, 14 May 2024 16:28:16 +0000 (17:28 +0100)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 16:28:16 +0000 (17:28 +0100)
Use https links in documentation

CONTRIBUTING.md
INSTALL.md
README.md
config/locales/README

index ddd959664ebaea6597d450e2861562f0fe02930e..f19b2e2673dc80def557ea7ba8c09f77e2a6bab6 100644 (file)
@@ -1,5 +1,5 @@
 * https://www.ruby-lang.org/ - The homepage of Ruby which has more links and some great tutorials.
-* http://rubyonrails.org/ - The homepage of Rails, also has links and tutorials
+* https://rubyonrails.org/ - The homepage of Rails, also has links and tutorials.
 
 ## Coding style
 
index 63aad6f1a267bd1a60c82f47fbd7e7e768ddcdfc..c8e28a62fbc20cd2b06166cbf2992dc91968946b 100644 (file)
@@ -125,7 +125,7 @@ If you want to add in the full history later on, perhaps to run `git blame` or `
 
 ## Ruby gems
 
-We use [Bundler](http://gembundler.com/) to manage the rubygems required for the project.
+We use [Bundler](https://bundler.io/) to manage the rubygems required for the project.
 
 ```
 cd openstreetmap-website
index b7d2a4f027372ab14efaaf2f8ee3e5fe7455d9d6..eba23a360b8cb75cf6ebfc3075ea164d777850a1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 [![Tests](https://github.com/openstreetmap/openstreetmap-website/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/openstreetmap/openstreetmap-website/actions?query=workflow%3ATests%20branch%3Amaster%20event%3Apush)
 [![Coverage Status](https://coveralls.io/repos/openstreetmap/openstreetmap-website/badge.svg?branch=master)](https://coveralls.io/r/openstreetmap/openstreetmap-website?branch=master)
 
-This is `openstreetmap-website`, the [Ruby on Rails](http://rubyonrails.org/)
+This is `openstreetmap-website`, the [Ruby on Rails](https://rubyonrails.org/)
 application that powers the [OpenStreetMap](https://www.openstreetmap.org) website and API.
 
 This repository consists of:
index 136afb014a37e8985d2c6b36317c6ccb0567cd65..ac2146830a8c4ac4bf38dd0db7b2933ce819350c 100644 (file)
@@ -10,4 +10,4 @@ errors, as there is at least one test that makes sure that all translations are
 valid (we'll makes sure that they won't cause the site to not work).
 
 There is more information about translating the website on the wiki at
-http://wiki.openstreetmap.org/wiki/Website_Internationalization.
+https://wiki.openstreetmap.org/wiki/Website_internationalization.