aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-08-18 17:05:11 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-08-18 17:05:11 -0300
commitabeaf514d0f82fae67f496cde872f5e172b7903a (patch)
tree3746321e49d08e3ace067a7f70554ade5a29f7d4 /guides
parent879dde9b1afbe69e31d355f3197183b99b7a7187 (diff)
parent864469018c4763cb84caf7f15672c7b0ad6383ca (diff)
downloadrails-abeaf514d0f82fae67f496cde872f5e172b7903a.tar.gz
rails-abeaf514d0f82fae67f496cde872f5e172b7903a.tar.bz2
rails-abeaf514d0f82fae67f496cde872f5e172b7903a.zip
Merge pull request #16546 from aditya-kapoor/remove-broken-link
fix broken link to rails blog [ci skip]
Diffstat (limited to 'guides')
-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 799d5f3bc9..386412e37c 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -597,7 +597,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/25/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
+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/)
on the Rails blog.
#### A note about media types