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