aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-03-15 23:05:17 +0900
committeryui-knk <spiketeika@gmail.com>2015-03-15 23:05:17 +0900
commite3efe2bc33a19561fdc972a44618fc86153e3735 (patch)
tree093f01ee7a4865f77b41c04cb607b9579c9c3780
parentb4a37f0fcc2de323738b0bfae9a728d44e8c382e (diff)
downloadrails-e3efe2bc33a19561fdc972a44618fc86153e3735.tar.gz
rails-e3efe2bc33a19561fdc972a44618fc86153e3735.tar.bz2
rails-e3efe2bc33a19561fdc972a44618fc86153e3735.zip
[ci skip] Fix link format
-rw-r--r--guides/source/form_helpers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md
index c21a2ba613..3f10ada30d 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -241,7 +241,7 @@ Upon form submission the value entered by the user will be stored in `params[:pe
WARNING: You must pass the name of an instance variable, i.e. `:person` or `"person"`, not an actual instance of your model object.
-Rails provides helpers for displaying the validation errors associated with a model object. These are covered in detail by the [Active Record Validations](./active_record_validations.html#displaying-validation-errors-in-views) guide.
+Rails provides helpers for displaying the validation errors associated with a model object. These are covered in detail by the [Active Record Validations](active_record_validations.html#displaying-validation-errors-in-views) guide.
### Binding a Form to an Object