mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update MIT licenses link [ci skip]
This commit is contained in:
parent
3580edc9fa
commit
3a11e0586e
12 changed files with 14 additions and 15 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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].
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue