diff options
author | Andrey Andreev <narf@devilix.net> | 2020-07-09 10:33:52 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2020-07-09 10:41:50 +0200 |
commit | 3de79e995faf021fab70b6a82ec57e9fdb0dbedb (patch) | |
tree | e1d26ce0d6e760c36abb859b87b5251f3169ddb3 /system/core/Router.php | |
parent | 409a950bd856dddac28b3212a1acd014ab7ee336 (diff) |
[ci skip] Merge pull request #5970 from sapics/fix/user-guide-url
Fix user guide url
Diffstat (limited to 'system/core/Router.php')
-rw-r--r-- | system/core/Router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Router.php b/system/core/Router.php index 90b69d07a..b528a96db 100644 --- a/system/core/Router.php +++ b/system/core/Router.php @@ -46,7 +46,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @subpackage Libraries * @category Libraries * @author EllisLab Dev Team - * @link https://codeigniter.com/user_guide/general/routing.html + * @link https://codeigniter.com/userguide3/general/routing.html */ class CI_Router { |