diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-11 00:51:26 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-11 00:51:26 +0200 |
commit | 17c01205554fdfaf49b4bed355b59d655490cd7a (patch) | |
tree | 4d7d02fbb86fedf23cc543e75615b5e5ff1983f3 | |
parent | 0776ab8d6201735835de29918bc06ad6093d65d9 (diff) |
Fixed a typo
-rw-r--r-- | user_guide/general/security.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/security.html b/user_guide/general/security.html index 036eb1034..8b6eba8cb 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -118,7 +118,7 @@ or do other malicious things. The XSS Filter is described <a href="../libraries/ <li><h2>Validate the data</h2>
-<p>CodeIgniter has a <a href="../libraries/validation.html">Validation Class</a> that assists you in validating, filtering, and prepping
+<p>CodeIgniter has a <a href="../libraries/form_validation.html">Form Validation Class</a> that assists you in validating, filtering, and prepping
your data.</p>
</li>
|