aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-04-10 12:41:07 +0200
committerYves Senn <yves.senn@gmail.com>2014-04-10 12:41:07 +0200
commitd8d0fcb06aae164b57695749ee394eee6996ee4d (patch)
tree5f5bae687aafbf5672c07af92cc0ccf868e5a5fd
parentbb63e9c5902f4f6374e9c3fa5bd8041d7be9fa91 (diff)
parent3fe7b5f4a1edcbb9239a1587d2a565bc45c41f2e (diff)
downloadrails-d8d0fcb06aae164b57695749ee394eee6996ee4d.tar.gz
rails-d8d0fcb06aae164b57695749ee394eee6996ee4d.tar.bz2
rails-d8d0fcb06aae164b57695749ee394eee6996ee4d.zip
Merge pull request #14679 from pbharadiya/master
Correct factual error for page not found [ci skip]
-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