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 /system/helpers/array_helper.php | |
parent | 1428072599798395b04a545cfe483707cd2aaaca (diff) |
Fix user guide url
Replace from
https://codeigniter.com/user_guide/*
to
https://codeigniter.com/userguide3/*
Diffstat (limited to 'system/helpers/array_helper.php')
-rw-r--r-- | system/helpers/array_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index cb7eca68b..2c359240a 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php @@ -44,7 +44,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @subpackage Helpers * @category Helpers * @author EllisLab Dev Team - * @link https://codeigniter.com/user_guide/helpers/array_helper.html + * @link https://codeigniter.com/userguide3/helpers/array_helper.html */ // ------------------------------------------------------------------------ |