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 /railties/lib | |
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 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/plugin/templates/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/plugin/templates/README.md b/railties/lib/rails/generators/rails/plugin/templates/README.md index 9d2b74416e..1632409bea 100644 --- a/railties/lib/rails/generators/rails/plugin/templates/README.md +++ b/railties/lib/rails/generators/rails/plugin/templates/README.md @@ -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). |