Skip to content

Commit

Permalink
src: fix documentation url in help message
Browse files Browse the repository at this point in the history
Refer to https://iojs.org/ for documentation

PR-URL: #378
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
Shigeki Ohtsu authored and rvagg committed Jan 15, 2015
1 parent 24def66 commit 8440cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}


Expand Down

0 comments on commit 8440cac

Please sign in to comment.