Browse Source

HPCC-15374 Updated the link in the node.js error

Signed-off-by: Michael Gardner <Michael.Gardner@lexisnexis.com>
Michael Gardner 9 years ago
parent
commit
364aa8629c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/build.sh

+ 1 - 1
esp/build.sh

@@ -53,7 +53,7 @@ cd "$TOOLSDIR"
 if which node >/dev/null; then
     node ../../dojo/dojo.js baseUrl=../../dojo load=build --profile "$PROFILE" --releaseDir "$DISTDIR" ${*:2}
 else
-    echoerr "ERROR:  node.js is required to build - see https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager"
+    echoerr "ERROR:  node.js is required to build - see https://nodejs.org/en/download/package-manager/"
     exit 1
 fi