summaryrefslogtreecommitdiffstats
path: root/user_guide/general
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-09-11 00:51:26 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-09-11 00:51:26 +0200
commit17c01205554fdfaf49b4bed355b59d655490cd7a (patch)
tree4d7d02fbb86fedf23cc543e75615b5e5ff1983f3 /user_guide/general
parent0776ab8d6201735835de29918bc06ad6093d65d9 (diff)
Fixed a typo
Diffstat (limited to 'user_guide/general')
-rw-r--r--user_guide/general/security.html2
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>