src: fix documentation url in help message
Refer to https://iojs.org/ for documentation PR-URL: https://github.com/iojs/io.js/pull/378 Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
24def66293
commit
8440cacb10
@ -2911,7 +2911,7 @@ static void PrintHelp() {
|
||||
#endif
|
||||
#endif
|
||||
"\n"
|
||||
"Documentation can be found at http://nodejs.org/\n");
|
||||
"Documentation can be found at https://iojs.org/\n");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user