diff options
author | Andrey Andreev <narf@devilix.net> | 2016-01-11 11:52:04 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-01-11 11:52:04 +0100 |
commit | 071bb487932168c88fb43c0e2abd17e4fa1e1458 (patch) | |
tree | 0d48ea8b8ce53b02cf87e43759e0004e8afc4f4a /index.php | |
parent | 9b2c17ed78f0e6e08a96e176ef640fca675dd0a6 (diff) | |
parent | 700dbadb23bfa937f519df668a57c9050cd05062 (diff) |
Merge branch '3.0-stable' into develop
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (http://ellislab.com/) * @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License - * @link http://codeigniter.com + * @link https://codeigniter.com * @since Version 1.0.0 * @filesource */ @@ -109,7 +109,7 @@ switch (ENVIRONMENT) * folder than the default one you can set its name here. The folder * can also be renamed or relocated anywhere on your server. If * you do, use a full server path. For more info please see the user guide: - * http://codeigniter.com/user_guide/general/managing_apps.html + * https://codeigniter.com/user_guide/general/managing_apps.html * * NO TRAILING SLASH! */ |