aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAditya Kapoor <aditya.kapoor@vinsol.com>2014-08-19 01:26:54 +0530
committerAditya Kapoor <aditya.kapoor@vinsol.com>2014-08-19 01:26:54 +0530
commit864469018c4763cb84caf7f15672c7b0ad6383ca (patch)
treeeb2c8e091afc5692f9f89d7d10849fd533ab5deb /guides
parentd424df0a90a91618965c62ea213781f35bf64eec (diff)
downloadrails-864469018c4763cb84caf7f15672c7b0ad6383ca.tar.gz
rails-864469018c4763cb84caf7f15672c7b0ad6383ca.tar.bz2
rails-864469018c4763cb84caf7f15672c7b0ad6383ca.zip
fix broken link [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