diff --git a/challenges/basejumps.json b/challenges/basejumps.json
index cfa276f34e..e9756d30d6 100644
--- a/challenges/basejumps.json
+++ b/challenges/basejumps.json
@@ -13,11 +13,11 @@
"If you don't already have Cloud 9 account, create one now at http://c9.io.",
"Now let's get your development environment ready for a new Angular-Fullstack application provided by Yeoman.",
"Open up http://c9.io and sign in to your account.",
- "Click on Create New Workspace at the top right of the c9.io page, then click on the \"Create a new workspace\" popup that appears below it the button after you click on it.",
- "Give your workspace a name.",
+ "Click on the `+` icon at the top right of the c9.io page to create a new workspace.",
+ "Give your workspace a name and an optional description.",
"Choose Node.js in the selection area below the name field.",
- "Click the Create button. Then click into your new workspace.",
- "In the lower right hand corner you should see a terminal window. In this window use the following commands. You don't need to know what these mean at this point.",
+ "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.",
"Never run this command on your local machine. But in your Cloud 9 terminal window, run: rm -rf * && echo \"export NODE_PATH=$NODE_PATH:/home/ubuntu/.nvm/v0.10.35/lib/node_modules\" >> ~/.bashrc && source ~/.bashrc && npm install -g yo grunt grunt-cli generator-angular-fullstack && yo angular-fullstack
",
"Yeoman will prompt you to answer some questions. Answer them like this:",
"What would you like to write scripts with? JavaScript",
diff --git a/challenges/mongodb.json b/challenges/mongodb.json
index 63d4ec673f..7db49cd81c 100644
--- a/challenges/mongodb.json
+++ b/challenges/mongodb.json
@@ -11,11 +11,11 @@
"We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.",
"If you don't already have Cloud 9 account, create one now at http://c9.io.",
"Open up http://c9.io and sign in to your account.",
- "Click on Create New Workspace at the top right of the c9.io page, then click on the \"Create a new workspace\" popup that appears below it the button after you click on it.",
- "Give your workspace a name.",
+ "Click on the `+` icon at the top right of the c9.io page to create a new workspace.",
+ "Give your workspace a name and an optional description.",
"Choose Node.js in the selection area below the name field.",
- "Click the Create button. Then click into your new workspace.",
- "In the lower right hand corner you should see a terminal window. In this window use the following commands. You don't need to know what these mean at this point.",
+ "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.",
"Install learnyoumongo
with this command: npm install learnyoumongo -g
",
"Now start the tutorial by running learnyoumongo
.",
"Whenever you run a command that includes mongod
on c9.io, be sure to also use the --nojournal
flag, like this: mongod --nojournal
.",
diff --git a/challenges/nodejs-and-expressjs.json b/challenges/nodejs-and-expressjs.json
index a1dccae476..d7eca62552 100644
--- a/challenges/nodejs-and-expressjs.json
+++ b/challenges/nodejs-and-expressjs.json
@@ -65,11 +65,11 @@
"We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud. We'll do the first 7 steps of Node School's LearnYouNode challenges.",
"If you don't already have Cloud 9 account, create one now at http://c9.io.",
"Open up http://c9.io and sign in to your account.",
- "Click on Create New Workspace at the top right of the c9.io page, then click on the \"Create a new workspace\" popup that appears below it the button after you click on it.",
- "Give your workspace a name.",
+ "Click on the `+` icon at the top right of the c9.io page to create a new workspace.",
+ "Give your workspace a name and an optional description.",
"Choose Node.js in the selection area below the name field.",
- "Click the Create button. Then click into your new workspace.",
- "In the lower right hand corner you should see a terminal window. In this window use the following commands. You don't need to know what these mean at this point.",
+ "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: sudo npm install -g learnyounode
",
"Now start this tutorial by running learnyounode
",
"Note that you can resize the c9.io's windows by dragging their borders.",
@@ -167,11 +167,11 @@
"We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.",
"If you don't already have Cloud 9 account, create one now at http://c9.io.",
"Open up http://c9.io and sign in to your account.",
- "Click on Create New Workspace at the top right of the c9.io page, then click on the \"Create a new workspace\" popup that appears below it the button after you click on it.",
- "Give your workspace a name.",
+ "Click on the `+` icon at the top right of the c9.io page to create a new workspace.",
+ "Give your workspace a name and an optional description.",
"Choose Node.js in the selection area below the name field.",
- "Click the Create button. Then click into your new workspace.",
- "In the lower right hand corner you should see a terminal window. In this window use the following commands. You don't need to know what these mean at this point.",
+ "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
",
"Now start this tutorial by running expressworks
",
"Note that you can resize the c9.io's windows by dragging their borders.",