From 508d6f0622bc23ec7ae016c02715dc8dc4ceb1bb Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Thu, 19 Dec 2013 10:43:13 +0000 Subject: [PATCH] Update readme.md --- docs/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 9061851..a480fbf 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -10,10 +10,6 @@ I created ScriptCraft to make it easier for children (and anyone curious about p CoderDojo Athenry have some [excellent tutorials][cda] for younger programmers who have used [Scratch][scr] and are interested in Modding Minecraft using Javascript. In particular, they have an excellent [Scratch - to - Javascript][sj] tutorial which explains Scratch programs and how to do the same thing in Javascript. -[scr]: http://scratch.mit.edu/ -[cda]: http://cdathenry.wordpress.com/category/modderdojo/ -[sj]: http://cdathenry.wordpress.com/2013/10/12/modderdojo-week-2-moving-from-scratch-to-javascript/ - I highly recommend the series of tutorials provided by CoderDojo Athenry. Developer Chris Cacciatore has created some interesting tools using Scriptcraft... @@ -24,3 +20,7 @@ Developer Chris Cacciatore has created some interesting tools using Scriptcraft. [wb]: https://github.com/cacciatc/wolfbot [ls]: https://github.com/cacciatc/scriptcraft-lsystems [ypgpm]: YoungPersonsGuideToProgrammingMinecraft.md +[cd]: http://coderdojo.com/ +[scr]: http://scratch.mit.edu/ +[cda]: http://cdathenry.wordpress.com/category/modderdojo/ +[sj]: http://cdathenry.wordpress.com/2013/10/12/modderdojo-week-2-moving-from-scratch-to-javascript/