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/libraries/Encrypt.php | |
parent | 409a950bd856dddac28b3212a1acd014ab7ee336 (diff) |
[ci skip] Merge pull request #5970 from sapics/fix/user-guide-url
Fix user guide url
Diffstat (limited to 'system/libraries/Encrypt.php')
-rw-r--r-- | system/libraries/Encrypt.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 7ed185f1b..df1af4cf4 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.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/libraries/encryption.html + * @link https://codeigniter.com/userguide3/libraries/encryption.html */ class CI_Encrypt { @@ -198,7 +198,7 @@ class CI_Encrypt { * This allows for backwards compatibility and a method to transition to the * new encryption algorithms. * - * For more details, see https://codeigniter.com/user_guide/installation/upgrade_200.html#encryption + * For more details, see https://codeigniter.com/userguide3/installation/upgrade_200.html#encryption * * @param string * @param int (mcrypt mode constant) |