From e457fc901e6552f10785020c844ec80fc7644da6 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Fri, 7 Dec 2012 08:55:20 -0500 Subject: [PATCH] Update doc/TUTORIAL.md --- doc/TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index 826826ae..38b8bec3 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -64,7 +64,7 @@ Next lets take a look at how projects are created. ## Creating a Project We'll assume you've got Leiningen installed as per the -[README](https://github.com/technomancy/leiningen/blob/rc/README.md). +[README](https://github.com/technomancy/leiningen/blob/master/README.md). Generating a new project is easy: $ lein new my-stuff