aboutsummaryrefslogtreecommitdiffstats
path: root/railties/RDOC_MAIN.rdoc
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-22 10:58:12 +0900
committerGitHub <noreply@github.com>2017-08-22 10:58:12 +0900
commit55ca1ad6a1bff50b72b860b4509a510b9eb546c9 (patch)
treec93d3c00503998de3af5ee7c4ce0ff1c459fac3e /railties/RDOC_MAIN.rdoc
parent446814c3b8eceeaaa67594e377b380d40644bd40 (diff)
parent3a11e0586e4b302c0a33dd4337c0b034f822f445 (diff)
downloadrails-55ca1ad6a1bff50b72b860b4509a510b9eb546c9.tar.gz
rails-55ca1ad6a1bff50b72b860b4509a510b9eb546c9.tar.bz2
rails-55ca1ad6a1bff50b72b860b4509a510b9eb546c9.zip
Merge pull request #30352 from yhirano55/update_licenses_link
Update MIT licenses link [ci skip]
Diffstat (limited to 'railties/RDOC_MAIN.rdoc')
-rw-r--r--railties/RDOC_MAIN.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/RDOC_MAIN.rdoc b/railties/RDOC_MAIN.rdoc
index 654c7bae57..6b9a243593 100644
--- a/railties/RDOC_MAIN.rdoc
+++ b/railties/RDOC_MAIN.rdoc
@@ -1,7 +1,7 @@
== Welcome to \Rails
\Rails is a web-application framework that includes everything needed to create
-database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model-view-controller] pattern.
+database-backed web applications according to the {Model-View-Controller (MVC)}[https://en.wikipedia.org/wiki/Model-view-controller] pattern.
Understanding the MVC pattern is key to understanding \Rails. MVC divides your application
into three layers, each with a specific responsibility.
@@ -70,4 +70,4 @@ to proceed. {Join us}[http://contributors.rubyonrails.org]!
== License
-Ruby on \Rails is released under the {MIT License}[http://www.opensource.org/licenses/MIT].
+Ruby on \Rails is released under the {MIT License}[https://opensource.org/licenses/MIT].