summaryrefslogtreecommitdiffstats
path: root/application/controllers/Welcome.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2020-07-09 10:33:52 +0200
committerAndrey Andreev <narf@devilix.net>2020-07-09 10:41:50 +0200
commit3de79e995faf021fab70b6a82ec57e9fdb0dbedb (patch)
treee1d26ce0d6e760c36abb859b87b5251f3169ddb3 /application/controllers/Welcome.php
parent409a950bd856dddac28b3212a1acd014ab7ee336 (diff)
[ci skip] Merge pull request #5970 from sapics/fix/user-guide-url
Fix user guide url
Diffstat (limited to 'application/controllers/Welcome.php')
-rw-r--r--application/controllers/Welcome.php2
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()
{