From 8440cacb100ae83c2b2c02e82a87c73a66380c21 Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Wed, 14 Jan 2015 16:39:44 +0900 Subject: [PATCH] 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 --- src/node.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index d470069018428b..cae9bc85db391d 100644 --- a/src/node.cc +++ b/src/node.cc @@ -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"); }