Merge pull request #4790 from AntonKhorev/docs-https

Use https links in documentation
This commit is contained in:
Andy Allan 2024-05-14 17:28:16 +01:00 committed by GitHub
commit dc081f16ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View 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

View 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

View file

@ -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:

View 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.