summaryrefslogtreecommitdiffstats
path: root/system/core/Hooks.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-31 14:03:03 +0200
committerAndrey Andreev <narf@devilix.net>2015-03-31 14:03:03 +0200
commit0be4c803d10dfb2c697e07751654848829d4476b (patch)
tree4cd2cfbdeb97316286c05f61337e518ba70285d7 /system/core/Hooks.php
parenta8c499d0125b2e96f7f3c539f6b46cff7547aa80 (diff)
[ci skip] Fix a wrong docblock link
Diffstat (limited to 'system/core/Hooks.php')
-rw-r--r--system/core/Hooks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Hooks.php b/system/core/Hooks.php
index 08479b133..3b4fb2250 100644
--- a/system/core/Hooks.php
+++ b/system/core/Hooks.php
@@ -46,7 +46,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @subpackage Libraries
* @category Libraries
* @author EllisLab Dev Team
- * @link http://codeigniter.com/user_guide/libraries/encryption.html
+ * @link http://codeigniter.com/user_guide/general/hooks.html
*/
class CI_Hooks {