Skip to content

Commit 405c2dd

Browse files
committed
Fix a link with trailing slash that does not work [ci-skip]
1 parent d1baeac commit 405c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ being used, you can update your form to use the `PUT` method instead:
24832483
<%= form_for [ :update_name, @user ], method: :put do |f| %>
24842484
```
24852485

2486-
For more on PATCH and why this change was made, see [this post](https://rubyonrails.org/2012/2/26/edge-rails-patch-is-the-new-primary-http-method-for-updates/)
2486+
For more on PATCH and why this change was made, see [this post](https://rubyonrails.org/2012/2/26/edge-rails-patch-is-the-new-primary-http-method-for-updates)
24872487
on the Rails blog.
24882488

24892489
#### A note about media types

0 commit comments

Comments
 (0)