aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_1_release_notes.md
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-03-09 17:38:03 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-03-09 19:42:35 +0530
commit027e492b6f873c58b1a531925f3a4dc6726ecc26 (patch)
tree5764c3f1fcff4061ad63e2580093c7df71ed1122 /guides/source/3_1_release_notes.md
parent9175a4453298b97b6b0b6e144c5a45f94abbdc18 (diff)
downloadrails-027e492b6f873c58b1a531925f3a4dc6726ecc26.tar.gz
rails-027e492b6f873c58b1a531925f3a4dc6726ecc26.tar.bz2
rails-027e492b6f873c58b1a531925f3a4dc6726ecc26.zip
Fix links in gemspec and docs from http to https.
Diffstat (limited to 'guides/source/3_1_release_notes.md')
-rw-r--r--guides/source/3_1_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/3_1_release_notes.md b/guides/source/3_1_release_notes.md
index d6981656ee..9549b0b911 100644
--- a/guides/source/3_1_release_notes.md
+++ b/guides/source/3_1_release_notes.md
@@ -291,7 +291,7 @@ Action Pack
end
```
- You can restrict it to some actions by using `:only` or `:except`. Please read the docs at [`ActionController::Streaming`](http://api.rubyonrails.org/v3.1.0/classes/ActionController/Streaming.html) for more information.
+ You can restrict it to some actions by using `:only` or `:except`. Please read the docs at [`ActionController::Streaming`](https://api.rubyonrails.org/v3.1.0/classes/ActionController/Streaming.html) for more information.
* The redirect route method now also accepts a hash of options which will only change the parts of the url in question, or an object which responds to call, allowing for redirects to be reused.
@@ -556,6 +556,6 @@ Deprecations:
Credits
-------
-See the [full list of contributors to Rails](http://contributors.rubyonrails.org/) for the many people who spent many hours making Rails, the stable and robust framework it is. Kudos to all of them.
+See the [full list of contributors to Rails](https://contributors.rubyonrails.org/) for the many people who spent many hours making Rails, the stable and robust framework it is. Kudos to all of them.
Rails 3.1 Release Notes were compiled by [Vijay Dev](https://github.com/vijaydev)