aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParth Bharadiya <pbharadiya@users.noreply.github.com>2014-04-10 15:41:09 +0530
committerParth Bharadiya <pbharadiya@users.noreply.github.com>2014-04-10 15:41:09 +0530
commit3fe7b5f4a1edcbb9239a1587d2a565bc45c41f2e (patch)
tree5f5bae687aafbf5672c07af92cc0ccf868e5a5fd
parentbb63e9c5902f4f6374e9c3fa5bd8041d7be9fa91 (diff)
downloadrails-3fe7b5f4a1edcbb9239a1587d2a565bc45c41f2e.tar.gz
rails-3fe7b5f4a1edcbb9239a1587d2a565bc45c41f2e.tar.bz2
rails-3fe7b5f4a1edcbb9239a1587d2a565bc45c41f2e.zip
Correct factual error for page not found
-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 9fbe3313d2..da161f84c9 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -464,7 +464,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](http://weblog.rubyonrails.org/2012/2/25/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
on the Rails blog.
#### A note about media types