Skip to content

Commit f323597

Browse files
authored
update app folder links (#335)
1 parent 36ef56d commit f323597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Config/Constants.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
| are as follows:
6060
|
6161
| Standard C/C++ Library (stdlibc):
62-
| http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html
62+
| https://www.gnu.org/software/libc/manual/html_node/Exit-Status.html
6363
| (This link also contains other GNU-specific conventions)
6464
| BSD sysexits.h:
65-
| http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
65+
| https://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
6666
| Bash scripting:
67-
| http://tldp.org/LDP/abs/html/exitcodes.html
67+
| https://tldp.org/LDP/abs/html/exitcodes.html
6868
|
6969
*/
7070
defined('EXIT_SUCCESS') || define('EXIT_SUCCESS', 0); // no errors

0 commit comments

Comments
 (0)