diff --git a/challenges/basejumps.json b/challenges/basejumps.json
index b98485e4b4..b95daf7c4a 100644
--- a/challenges/basejumps.json
+++ b/challenges/basejumps.json
@@ -11,7 +11,7 @@
[
"http://i.imgur.com/4IZjWZ3.gif",
"A gif showing how to create a c9.io account.",
- "We recommend building our full stack Basejump challenges on c9.io, a powerful browser-based development environment. This save you hours of time that you would spend configuring your local computer to run Node.js and MongoDB - time you could instead spend coding. Create a c9.io account bu clicking the GitHub symbol in the upper right hand corner of the c9.io page. Click the big plus symbol to create a new workspace. Enter your email address when prompted.",
+ "We recommend building our full stack Basejump challenges on c9.io, a powerful browser-based development environment. This save you hours of time that you would spend configuring your local computer to run Node.js and MongoDB - time you could instead spend coding.
Create a c9.io account bu clicking the GitHub symbol in the upper right hand corner of the c9.io page. Click the big plus symbol to create a new workspace. Enter your email address when prompted.",
"http://c9.io"
],
[
@@ -75,16 +75,16 @@
""
],
[
- "http://i.imgur.com/hA2MCee.gif",
- "A gif showing you how to use Clementine.js's simple demo app.",
+ "http://i.imgur.com/2IJfyvN.gif",
+ "A gif showing you how to click the button to trigger an AJAX action with Clementine.js and how to look at your user profile from the GitHub authentication data.",
"Click the \"click me\" button and you'll see that it increments the number clicks. Click the profile button and you'll see that it has your GitHub information.",
""
],
[
- "http://i.imgur.com/Q8IfdQj.gif",
- "A gif showing you how to create a commit on c9.io, then create a GitHub repository and push your code up to it.",
- "Create a commit by typing git add . && git commit -m\"first commit\"
. Then open GitHub in a new tab and click \"New repository\". Name your repository, then click \"Create repository\". Then copy its .git URL. Return to c9.io's terminal and set your GitHub remote URL: git remote set-url origin
followed by the URL you copied from GitHub. Run git push origin master
. Now tab back to GitHub and refresh, and you'll see that your code is now on GitHub.",
- ""
+ "http://i.imgur.com/bjO5pnq.gif",
+ "A gif showing you how to create a new GitHub repository and push your code up to it.",
+ "Create a new GitHub repository. Then copy its .git URL.
Return to c9.io's terminal and set your GitHub remote URL: git remote set-url origin
followed by the URL you copied from GitHub.
Run git push origin master
.
Now tab back to GitHub and refresh, and you'll see that your code is now on GitHub.",
+ "https://github.com/new"
]
],
"type": "Waypoint",