Skip to content

Commit 8440cac

Browse files
Shigeki Ohtsurvagg
Shigeki Ohtsu
authored andcommitted
src: fix documentation url in help message
Refer to https://iojs.org/ for documentation PR-URL: #378 Reviewed-By: Rod Vagg <[email protected]>
1 parent 24def66 commit 8440cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ static void PrintHelp() {
29112911
#endif
29122912
#endif
29132913
"\n"
2914-
"Documentation can be found at http://nodejs.org/\n");
2914+
"Documentation can be found at https://iojs.org/\n");
29152915
}
29162916

29172917

0 commit comments

Comments
 (0)