From 7caa6516b4a239d5f03a620112fa6ffef73cd0b5 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Sun, 8 Nov 2015 19:03:46 -0800 Subject: [PATCH] Change ExpressWords install script --- challenges/nodejs-and-expressjs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/nodejs-and-expressjs.json b/challenges/nodejs-and-expressjs.json index f046a45006..da5d3af776 100644 --- a/challenges/nodejs-and-expressjs.json +++ b/challenges/nodejs-and-expressjs.json @@ -162,7 +162,7 @@ "Choose Node.js in the selection area below the name field.", "Click the \"Create workspace\" button.", "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", - "Run this command: git clone http://github.com/reddock/fcc_express && chmod 744 fcc_express/setup.sh && fcc_express/setup.sh && source ~/.profile", + "Run this command: git clone https://github.com/FreeCodeCamp/fcc-expressworks.git && chmod 744 fcc-expressworks/setup.sh && fcc-expressworks/setup.sh && source ~/.profile", "Now start this tutorial by running expressworks", "Note that you can resize the c9.io's windows by dragging their borders.", "Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: cd ~/workspace.",