aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPaul McMahon <paul@doorkeeper.jp>2018-07-24 11:29:31 +0900
committerPaul McMahon <paul@doorkeeper.jp>2018-07-24 11:29:31 +0900
commit7b9c19d94b18f340552f95225bf01d6f91804184 (patch)
tree9a5d11f6f226616363b6ab505b2692576a68a92a /README.md
parentbd139a59405044c27bf367cde671e4bdbf7ccb57 (diff)
downloadrails-7b9c19d94b18f340552f95225bf01d6f91804184.tar.gz
rails-7b9c19d94b18f340552f95225bf01d6f91804184.tar.bz2
rails-7b9c19d94b18f340552f95225bf01d6f91804184.zip
Rails guides are now served over https
http links will be redirected to the https version, but still better to just directly link to the https version.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c7ecaf15cf..bcf3e71a3b 100644
--- a/README.md
+++ b/README.md
@@ -77,8 +77,8 @@ and may also be used independently outside Rails.
5. Follow the guidelines to start developing your application. You may find
the following resources handy:
- * [Getting Started with Rails](http://guides.rubyonrails.org/getting_started.html)
- * [Ruby on Rails Guides](http://guides.rubyonrails.org)
+ * [Getting Started with Rails](https://guides.rubyonrails.org/getting_started.html)
+ * [Ruby on Rails Guides](https://guides.rubyonrails.org)
* [The API Documentation](http://api.rubyonrails.org)
* [Ruby on Rails Tutorial](https://www.railstutorial.org/book)