diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-08-22 10:58:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 10:58:12 +0900 |
commit | 55ca1ad6a1bff50b72b860b4509a510b9eb546c9 (patch) | |
tree | c93d3c00503998de3af5ee7c4ce0ff1c459fac3e /activerecord | |
parent | 446814c3b8eceeaaa67594e377b380d40644bd40 (diff) | |
parent | 3a11e0586e4b302c0a33dd4337c0b034f822f445 (diff) | |
download | rails-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 'activerecord')
-rw-r--r-- | activerecord/README.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc index cfbee4d6f7..ae53ecd177 100644 --- a/activerecord/README.rdoc +++ b/activerecord/README.rdoc @@ -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 |