From 521b00e94535d32a9ed8564638a48eaf4ec2be15 Mon Sep 17 00:00:00 2001 From: Ben Hulan Date: Sun, 20 Mar 2016 14:33:08 -0700 Subject: [PATCH] update link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 180a4c7..e24d887 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](https://github.com/sf-wdi-24/intro-angular-lab/tree/solution) for guidance. +4. Implement solutions to the following challenges. Refer to the [solution branch](https://github.com/sf-wdi-26/intro-angular-lab/tree/solution) for guidance. ## Challenges