Use https links in documentation
This commit is contained in:
parent
54e5b3cceb
commit
8e7c62e931
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
* https://www.ruby-lang.org/ - The homepage of Ruby which has more links and some great tutorials.
|
* 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
|
## Coding style
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
[](https://github.com/openstreetmap/openstreetmap-website/actions?query=workflow%3ATests%20branch%3Amaster%20event%3Apush)
|
[](https://github.com/openstreetmap/openstreetmap-website/actions?query=workflow%3ATests%20branch%3Amaster%20event%3Apush)
|
||||||
[](https://coveralls.io/r/openstreetmap/openstreetmap-website?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.
|
application that powers the [OpenStreetMap](https://www.openstreetmap.org) website and API.
|
||||||
|
|
||||||
This repository consists of:
|
This repository consists of:
|
||||||
|
|
|
@ -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).
|
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
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue