aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2018-05-02 21:06:03 +0900
committerYoshiyuki Hirano <yhirano@me.com>2018-05-02 21:06:03 +0900
commitf3c71ff1e18369bf15ab9b51e448644ea2c2c349 (patch)
tree8d2fc3046fe4626ce88426834df824d5f2319d82 /guides/source/upgrading_ruby_on_rails.md
parente9f434d3aab9ca457613cc08c3857879d949cbc0 (diff)
downloadrails-f3c71ff1e18369bf15ab9b51e448644ea2c2c349.tar.gz
rails-f3c71ff1e18369bf15ab9b51e448644ea2c2c349.tar.bz2
rails-f3c71ff1e18369bf15ab9b51e448644ea2c2c349.zip
Use https with weblog URI
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index c2fe012eeb..55e78a47de 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -1132,7 +1132,7 @@ being used, you can update your form to use the `PUT` method instead:
<%= form_for [ :update_name, @user ], method: :put do |f| %>
```
-For more on PATCH and why this change was made, see [this post](http://weblog.rubyonrails.org/2012/2/26/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
+For more on PATCH and why this change was made, see [this post](https://weblog.rubyonrails.org/2012/2/26/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
on the Rails blog.
#### A note about media types