summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorGerry <gerry.s.pm+git@gmail.com>2011-09-24 18:28:09 +0200
committerGerry <gerry.s.pm+git@gmail.com>2011-09-24 18:28:09 +0200
commitf371fc907fa48a96d1fed201ab13500835e75b71 (patch)
tree0d4eca1fdbaae1298f80154207a94a8a073d4ea5 /system/libraries
parent6b5908947853281c4bd5577269b90ba3eead5ddd (diff)
Fixing the Encryption link in the Sha1 library so that it's valid
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/Sha1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php
index 1a657572b..8e991f54a 100644
--- a/system/libraries/Sha1.php
+++ b/system/libraries/Sha1.php
@@ -40,7 +40,7 @@
* @subpackage Libraries
* @category Encryption
* @author ExpressionEngine Dev Team
- * @link http://codeigniter.com/user_guide/general/encryption.html
+ * @link http://codeigniter.com/user_guide/libraries/encryption.html
*/
class CI_SHA1 {
@@ -248,4 +248,4 @@ class CI_SHA1 {
// END CI_SHA
/* End of file Sha1.php */
-/* Location: ./system/libraries/Sha1.php */ \ No newline at end of file
+/* Location: ./system/libraries/Sha1.php */