diff options
author | Andrey Andreev <narf@devilix.net> | 2020-07-09 10:33:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 10:33:52 +0200 |
commit | 7191445c941cef1c02457471536c49ea13375246 (patch) | |
tree | ad0c8b72914b4f193ccda4e095b15a503b8cb027 /application/config/config.php | |
parent | f56a958f726d5bb77a49dda5b7874be905736b00 (diff) | |
parent | 6ba0207160f8f2b99c79dd285bccf45f574ec660 (diff) |
[ci skip] Merge pull request #5970 from sapics/fix/user-guide-url
Fix user guide url
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/config/config.php b/application/config/config.php index 782b19c74..f92d11f5d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -62,7 +62,7 @@ $config['uri_protocol'] = 'REQUEST_URI'; | This option allows you to add a suffix to all URLs generated by CodeIgniter. | For more information please see the user guide: | -| https://codeigniter.com/user_guide/general/urls.html +| https://codeigniter.com/userguide3/general/urls.html | | Note: This option is ignored for CLI requests. */ @@ -112,8 +112,8 @@ $config['enable_hooks'] = FALSE; | This item allows you to set the filename/classname prefix when extending | native libraries. For more information please see the user guide: | -| https://codeigniter.com/user_guide/general/core_classes.html -| https://codeigniter.com/user_guide/general/creating_libraries.html +| https://codeigniter.com/userguide3/general/core_classes.html +| https://codeigniter.com/userguide3/general/creating_libraries.html | */ $config['subclass_prefix'] = 'MY_'; @@ -311,7 +311,7 @@ $config['cache_query_string'] = FALSE; | If you use the Encryption class, you must set an encryption key. | See the user guide for more info. | -| https://codeigniter.com/user_guide/libraries/encryption.html +| https://codeigniter.com/userguide3/libraries/encryption.html | */ $config['encryption_key'] = ''; |