From 5a7d5e21c475340191821f6afdf32b2ae1b3d419 Mon Sep 17 00:00:00 2001 From: Jess Mantaro Date: Wed, 5 Aug 2015 15:46:32 -0400 Subject: [PATCH] Update tutorial.adoc Fixed destination for "code can be forked from this repository" Pointed to Part 1 repo, made it point to part 2: angular --- tutorial/tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.adoc b/tutorial/tutorial.adoc index 4a20ee9..b7d5120 100644 --- a/tutorial/tutorial.adoc +++ b/tutorial/tutorial.adoc @@ -17,7 +17,7 @@ In this simple tutorial, we don't do much data binding, but you can imagine many In this chapter, we won't step through the code as slowly as in Part one, having you write and test a piece at a time. Instead, we'll have you download and peruse the code all at once, and explain it as a whole. Because no functionality has changed -- the code around capturing and saving location data is the same. We are simply re-organizing code into the AngularJS framework and adding UIX richness. -All the code for this tutorial can be forked from GitHub from https://github.com/cloudant-labs/location-tracker-couchapp[this repository]. To download the code to your computer, run this from the command line: +All the code for this tutorial can be forked from GitHub from https://github.com/cloudant-labs/location-tracker-angular[this repository]. To download the code to your computer, run this from the command line: [source,bash] git clone https://github.com/cloudant-labs/location-tracker-angular.git