diff options
Diffstat (limited to 'user_guide/general/security.html')
-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>
|