src: fix documentation url in help message
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Wed, 14 Jan 2015 07:39:44 +0000 (16:39 +0900)
committerRod Vagg <rod@vagg.org>
Thu, 15 Jan 2015 06:52:00 +0000 (17:52 +1100)
Refer to https://iojs.org/ for documentation

PR-URL: https://github.com/iojs/io.js/pull/378
Reviewed-By: Rod Vagg <rod@vagg.org>
src/node.cc

index d470069..cae9bc8 100644 (file)
@@ -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");
 }