diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
commit | ff845f94cc8876bc6c23c2f55b695bc569038512 (patch) | |
tree | 758d7880dabce6b0c89eb79bc11a60699c52b2fb /user_guide/libraries/validation.html | |
parent | 85f66ea6d2291c77a937305457592e24c85425ae (diff) |
changed your-site.com to example.com doc-wide
Diffstat (limited to 'user_guide/libraries/validation.html')
-rw-r--r-- | user_guide/libraries/validation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index b04f9f6b7..aee9e31c1 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -190,7 +190,7 @@ class Form extends Controller { <p>To try your form, visit your site using a URL similar to this one:</p>
-<code>www.your-site.com/index.php/<var>form</var>/</code>
+<code>example.com/index.php/<var>form</var>/</code>
<p><strong>If you submit the form you should simply see the form reload. That's because you haven't set up any validation
rules yet, which we'll get to in a moment.</strong></p>
|