diff options
author | sapics <gv.nishino@gmail.com> | 2020-06-24 04:51:36 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2020-06-24 04:51:36 +0200 |
commit | 6ba0207160f8f2b99c79dd285bccf45f574ec660 (patch) | |
tree | 87b405f4ef85dcd8148cd7a19af742d60cb29c1d /application/config/hooks.php | |
parent | 1428072599798395b04a545cfe483707cd2aaaca (diff) |
Fix user guide url
Replace from
https://codeigniter.com/user_guide/*
to
https://codeigniter.com/userguide3/*
Diffstat (limited to 'application/config/hooks.php')
-rw-r--r-- | application/config/hooks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/hooks.php b/application/config/hooks.php index a8f38a5dc..79c5c162f 100644 --- a/application/config/hooks.php +++ b/application/config/hooks.php @@ -8,6 +8,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | This file lets you define "hooks" to extend CI without hacking the core | files. Please see the user guide for info: | -| https://codeigniter.com/user_guide/general/hooks.html +| https://codeigniter.com/userguide3/general/hooks.html | */ |