From: Anton Khorev Date: Tue, 14 May 2024 15:02:12 +0000 (+0300) Subject: Use https links in documentation X-Git-Tag: live~485^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8e7c62e9317bf88edb1937210b774999a456afc0 Use https links in documentation --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ddd959664..f19b2e267 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index b7d2a4f02..eba23a360 100644 --- 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: diff --git a/config/locales/README b/config/locales/README index 136afb014..ac2146830 100644 --- a/config/locales/README +++ b/config/locales/README @@ -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.