Skip to content

Commit 3f5ec83

Browse files
authored
Merge pull request #77 from jdonald/fix-khan-link
Remove broken link to Khan Academy funny face lesson
2 parents a907f74 + 7fc7069 commit 3f5ec83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ <h1>Hacking the Future: JavaScript Fun &amp; Games</h1>
77
<h4>Here are some projects you can hack on</h4>
88
To download and play with a game, right-click it and choose "save target as." Once you've downloaded it, you can simply open it in a browser to play, but the real fun happens when you open it with an editor like notepad or textedit. Then you can see the code that makes the game happen, and you can change how the game works!<br/>
99
<ul>
10-
<li><a href="https://www.khanacademy.org/computing/computer-programming/programming">Learn JavaScript</a> on Khan Academy;
11-
start with the introductory videos
12-
or <a href="https://www.khanacademy.org/computing/computer-programming/programming/drawing-basics/p/challenge-funny-face">code a funny face</a> when you're ready</li><br/>
10+
<li><a href="https://www.khanacademy.org/computing/computer-programming/programming">Learn JavaScript</a> on Khan Academy</li></br>
1311
<li><a href="/projects/chess/">Chess</a> <a href="/projects/chess/editor.html">(or edit online!)</a></li>
1412
<li><a href="/projects/pong/">Pong</a> <a href="/projects/pong/editor.html">(or edit online!)</a></li>
1513
<li><a href="https://raw.githubusercontent.com/velveteenrobot/hack_the_future_turtlebot/master/turtlebot_teleop.html">Turtlebot</a></li><br/>

0 commit comments

Comments
 (0)