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 /application/views | |
parent | 409a950bd856dddac28b3212a1acd014ab7ee336 (diff) |
[ci skip] Merge pull request #5970 from sapics/fix/user-guide-url
Fix user guide url
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/welcome_message.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index d79c049bf..9db22bc5e 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -90,7 +90,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); <p>The corresponding controller for this page is found at:</p> <code>application/controllers/Welcome.php</code> - <p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p> + <p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="userguide3/">User Guide</a>.</p> </div> <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT === 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p> |