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/controllers/Welcome.php | |
parent | 1428072599798395b04a545cfe483707cd2aaaca (diff) |
Fix user guide url
Replace from
https://codeigniter.com/user_guide/*
to
https://codeigniter.com/userguide3/*
Diffstat (limited to 'application/controllers/Welcome.php')
-rw-r--r-- | application/controllers/Welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/Welcome.php b/application/controllers/Welcome.php index 9213c0cf5..5f82771b6 100644 --- a/application/controllers/Welcome.php +++ b/application/controllers/Welcome.php @@ -16,7 +16,7 @@ class Welcome extends CI_Controller { * * So any other public methods not prefixed with an underscore will * map to /index.php/welcome/<method_name> - * @see https://codeigniter.com/user_guide/general/urls.html + * @see https://codeigniter.com/userguide3/general/urls.html */ public function index() { |