diff options
author | kenta-s <knt01222@gmail.com> | 2017-02-28 22:51:17 +0900 |
---|---|---|
committer | kenta-s <knt01222@gmail.com> | 2017-02-28 22:51:17 +0900 |
commit | 692eeb348c8be48746f44dbd47c057ad85dd826a (patch) | |
tree | 371674dab1695fbd6ad15b5aed9ac517aa5d0817 | |
parent | d50380f4e3f9e8d9398c8fdcbe5f52f784d14f5f (diff) | |
download | rails-692eeb348c8be48746f44dbd47c057ad85dd826a.tar.gz rails-692eeb348c8be48746f44dbd47c057ad85dd826a.tar.bz2 rails-692eeb348c8be48746f44dbd47c057ad85dd826a.zip |
Fix http -> https [ci skip]
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | railties/RDOC_MAIN.rdoc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ and may also be used independently outside Rails. * [Getting Started with Rails](http://guides.rubyonrails.org/getting_started.html) * [Ruby on Rails Guides](http://guides.rubyonrails.org) * [The API Documentation](http://api.rubyonrails.org) - * [Ruby on Rails Tutorial](http://www.railstutorial.org/book) + * [Ruby on Rails Tutorial](https://www.railstutorial.org/book) ## Contributing diff --git a/railties/RDOC_MAIN.rdoc b/railties/RDOC_MAIN.rdoc index ef9bbf3d7e..654c7bae57 100644 --- a/railties/RDOC_MAIN.rdoc +++ b/railties/RDOC_MAIN.rdoc @@ -57,7 +57,7 @@ can read more about Action Pack in its {README}[link:files/actionpack/README_rdo * The \README file created within your application. * {Getting Started with \Rails}[http://guides.rubyonrails.org/getting_started.html]. -* {Ruby on \Rails Tutorial}[http://www.railstutorial.org/book]. +* {Ruby on \Rails Tutorial}[https://www.railstutorial.org/book]. * {Ruby on \Rails Guides}[http://guides.rubyonrails.org]. * {The API Documentation}[http://api.rubyonrails.org]. |