Skip to content

Commit 3a11e05

Browse files
committed
Update MIT licenses link [ci skip]
1 parent 3580edc commit 3a11e05

File tree

12 files changed

+14
-15
lines changed

12 files changed

+14
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Everyone interacting in Rails and its sub-projects' codebases, issue trackers, c
9494

9595
## License
9696

97-
Ruby on Rails is released under the [MIT License](http://www.opensource.org/licenses/MIT).
97+
Ruby on Rails is released under the [MIT License](https://opensource.org/licenses/MIT).

actioncable/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Source code can be downloaded as part of the Rails project on GitHub
549549

550550
Action Cable is released under the MIT license:
551551

552-
* http://www.opensource.org/licenses/MIT
552+
* https://opensource.org/licenses/MIT
553553

554554

555555
## Support

actionmailer/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Source code can be downloaded as part of the Rails project on GitHub
157157

158158
Action Mailer is released under the MIT license:
159159

160-
* http://www.opensource.org/licenses/MIT
160+
* https://opensource.org/licenses/MIT
161161

162162

163163
== Support

actionpack/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Source code can be downloaded as part of the Rails project on GitHub
3939

4040
Action Pack is released under the MIT license:
4141

42-
* http://www.opensource.org/licenses/MIT
42+
* https://opensource.org/licenses/MIT
4343

4444

4545
== Support

actionview/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Source code can be downloaded as part of the Rails project on GitHub
2020

2121
Action View is released under the MIT license:
2222

23-
* http://www.opensource.org/licenses/MIT
23+
* https://opensource.org/licenses/MIT
2424

2525

2626
== Support

activejob/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Source code can be downloaded as part of the Rails project on GitHub
108108

109109
Active Job is released under the MIT license:
110110

111-
* http://www.opensource.org/licenses/MIT
111+
* https://opensource.org/licenses/MIT
112112

113113

114114
## Support

activemodel/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Source code can be downloaded as part of the Rails project on GitHub
246246

247247
Active Model is released under the MIT license:
248248

249-
* http://www.opensource.org/licenses/MIT
249+
* https://opensource.org/licenses/MIT
250250

251251

252252
== Support

activerecord/README.rdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This would also define the following accessors: <tt>Product#name</tt> and
162162
== Philosophy
163163

164164
Active Record is an implementation of the object-relational mapping (ORM)
165-
pattern[http://www.martinfowler.com/eaaCatalog/activeRecord.html] by the same
165+
pattern[https://www.martinfowler.com/eaaCatalog/activeRecord.html] by the same
166166
name described by Martin Fowler:
167167

168168
"An object that wraps a row in a database table or view,
@@ -199,7 +199,7 @@ Source code can be downloaded as part of the Rails project on GitHub:
199199

200200
Active Record is released under the MIT license:
201201

202-
* http://www.opensource.org/licenses/MIT
202+
* https://opensource.org/licenses/MIT
203203

204204

205205
== Support

activesupport/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Source code can be downloaded as part of the Rails project on GitHub:
2121

2222
Active Support is released under the MIT license:
2323

24-
* http://www.opensource.org/licenses/MIT
24+
* https://opensource.org/licenses/MIT
2525

2626

2727
== Support

railties/RDOC_MAIN.rdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
== Welcome to \Rails
22

33
\Rails is a web-application framework that includes everything needed to create
4-
database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model-view-controller] pattern.
4+
database-backed web applications according to the {Model-View-Controller (MVC)}[https://en.wikipedia.org/wiki/Model-view-controller] pattern.
55

66
Understanding the MVC pattern is key to understanding \Rails. MVC divides your application
77
into three layers, each with a specific responsibility.
@@ -70,4 +70,4 @@ to proceed. {Join us}[http://contributors.rubyonrails.org]!
7070

7171
== License
7272

73-
Ruby on \Rails is released under the {MIT License}[http://www.opensource.org/licenses/MIT].
73+
Ruby on \Rails is released under the {MIT License}[https://opensource.org/licenses/MIT].

railties/README.rdoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Source code can be downloaded as part of the Rails project on GitHub
2323

2424
Railties is released under the MIT license:
2525

26-
* http://www.opensource.org/licenses/MIT
26+
* https://opensource.org/licenses/MIT
2727

2828
== Support
2929

@@ -38,4 +38,3 @@ Bug reports can be filed for the Ruby on Rails project here:
3838
Feature requests should be discussed on the rails-core mailing list here:
3939

4040
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
41-

railties/lib/rails/generators/rails/plugin/templates/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ $ gem install <%= name %>
2525
Contribution directions go here.
2626

2727
## License
28-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
28+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)