From 9c448fd5749addea8fa4cf6787931d4a64a4f36b Mon Sep 17 00:00:00 2001 From: "P.S.V.R" Date: Wed, 23 Sep 2015 12:44:47 +0800 Subject: [PATCH] build: iojs -> nodejs of release-urlbase --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0bfaf7887b7c9a..7e4d1c6999e2a8 100755 --- a/configure +++ b/configure @@ -205,7 +205,7 @@ parser.add_option('--release-urlbase', dest='release_urlbase', help='Provide a custom URL prefix for the `process.release` properties ' '`sourceUrl` and `headersUrl`. When compiling a release build, this ' - 'will default to https://iojs.org/download/release/') + 'will default to https://nodejs.org/download/release/') parser.add_option('--v8-options', action='store',