https instead of http
This commit is contained in:
parent
9beb9dbfc5
commit
a83e59dc25
1 changed files with 3 additions and 3 deletions
6
lolcat.c
6
lolcat.c
|
|
@ -47,9 +47,9 @@ static char helpstr[] = "\n"
|
|||
" lolcat Copy standard input to standard output.\n"
|
||||
" fortune | lolcat Display a rainbow cookie.\n"
|
||||
"\n"
|
||||
"Report lolcat bugs to <http://www.github.com/jaseg/lolcat/issues>\n"
|
||||
"lolcat home page: <http://www.github.com/jaseg/lolcat/>\n"
|
||||
"Original idea: <http://www.github.com/busyloop/lolcat/>\n";
|
||||
"Report lolcat bugs to <https://github.com/jaseg/lolcat/issues>\n"
|
||||
"lolcat home page: <https://github.com/jaseg/lolcat/>\n"
|
||||
"Original idea: <https://github.com/busyloop/lolcat/>\n";
|
||||
|
||||
#define ARRAY_SIZE(foo) (sizeof(foo) / sizeof(foo[0]))
|
||||
const unsigned char codes[] = { 39, 38, 44, 43, 49, 48, 84, 83, 119, 118, 154, 148, 184, 178, 214, 208, 209, 203, 204, 198, 199, 163, 164, 128, 129, 93, 99, 63, 69, 33 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue