Skip to content

Commit 71bcca8

Browse files
authored
Merge pull request rails#28222 from kenta-s/fix-railstutorial-url
Fix http -> https [ci skip]
2 parents ca8c21d + 692eeb3 commit 71bcca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ and may also be used independently outside Rails.
7171
* [Getting Started with Rails](http://guides.rubyonrails.org/getting_started.html)
7272
* [Ruby on Rails Guides](http://guides.rubyonrails.org)
7373
* [The API Documentation](http://api.rubyonrails.org)
74-
* [Ruby on Rails Tutorial](http://www.railstutorial.org/book)
74+
* [Ruby on Rails Tutorial](https://www.railstutorial.org/book)
7575

7676
## Contributing
7777

railties/RDOC_MAIN.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ can read more about Action Pack in its {README}[link:files/actionpack/README_rdo
5757

5858
* The \README file created within your application.
5959
* {Getting Started with \Rails}[http://guides.rubyonrails.org/getting_started.html].
60-
* {Ruby on \Rails Tutorial}[http://www.railstutorial.org/book].
60+
* {Ruby on \Rails Tutorial}[https://www.railstutorial.org/book].
6161
* {Ruby on \Rails Guides}[http://guides.rubyonrails.org].
6262
* {The API Documentation}[http://api.rubyonrails.org].
6363

0 commit comments

Comments
 (0)