From 306c4047eab6128d23143f035cae0cba4006c5a2 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 23 Jun 2013 16:09:08 +0200 Subject: [PATCH] Fix broken git guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 147e6637d..75be57534 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Documentation can be found in `docs/`. # Development ## Things you should know -Read this [git guide](http://learn.github.com/p/intro.html) and watch this [video on getting started with Etherpad Development](http://youtu.be/67-Q26YH97E). +Read this [git guide](http://learn.github.com/p/index.html) and watch this [video on getting started with Etherpad Development](http://youtu.be/67-Q26YH97E). If you're new to node.js, start with Ryan Dahl's [Introduction to Node.js](http://youtu.be/jo_B4LTHi3I).