From 9dec0cf5ff4aaf4c63fad739afc616be239c1b33 Mon Sep 17 00:00:00 2001 From: cameronjacoby Date: Wed, 13 Jan 2016 19:09:41 -0800 Subject: [PATCH] add link to solution branch --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0b62e87..6c693df 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ * `ng-app` and `ng-controller` directives in the HTML. * `app.js` that initializes your Angular app and adds a controller. 3. Run `budo app.js --open` from your Terminal to start your server and open your app in the browser. -4. Implement solutions to the following challenges. Refer to the [solution branch]() for guidance. +4. Implement solutions to the following challenges. Refer to the [solution branch](https://github.com/sf-wdi-24/intro-angular-lab/tree/solution) for guidance. ## Challenges