Skip to content

Commit

Permalink
Update MIT licenses link [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano55 committed Aug 21, 2017
1 parent 3580edc commit 3a11e05
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ Everyone interacting in Rails and its sub-projects' codebases, issue trackers, c

## 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).
2 changes: 1 addition & 1 deletion actioncable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Source code can be downloaded as part of the Rails project on GitHub

Action Cable is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


## Support
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Source code can be downloaded as part of the Rails project on GitHub

Action Mailer is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


== Support
Expand Down
2 changes: 1 addition & 1 deletion actionpack/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Source code can be downloaded as part of the Rails project on GitHub

Action Pack is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


== Support
Expand Down
2 changes: 1 addition & 1 deletion actionview/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Source code can be downloaded as part of the Rails project on GitHub

Action View is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


== Support
Expand Down
2 changes: 1 addition & 1 deletion activejob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Source code can be downloaded as part of the Rails project on GitHub

Active Job is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


## Support
Expand Down
2 changes: 1 addition & 1 deletion activemodel/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Source code can be downloaded as part of the Rails project on GitHub

Active Model is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


== Support
Expand Down
4 changes: 2 additions & 2 deletions activerecord/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This would also define the following accessors: <tt>Product#name</tt> and
== Philosophy

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

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

Active Record is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


== Support
Expand Down
2 changes: 1 addition & 1 deletion activesupport/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Source code can be downloaded as part of the Rails project on GitHub:

Active Support is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT


== Support
Expand Down
4 changes: 2 additions & 2 deletions railties/RDOC_MAIN.rdoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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].
3 changes: 1 addition & 2 deletions railties/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Source code can be downloaded as part of the Rails project on GitHub

Railties is released under the MIT license:

* http://www.opensource.org/licenses/MIT
* https://opensource.org/licenses/MIT

== Support

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ $ gem install <%= name %>
Contribution directions go here.

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

0 comments on commit 3a11e05

Please sign in to comment.