From 0532aabcf97a08badd6ed67ad40453d37da89556 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 24 May 2012 14:49:47 -0700 Subject: doc(guide): clean up broken links --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/step_02.ngdoc') diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index bf7dc661..03c7a852 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -53,7 +53,7 @@ __`app/index.html`:__ We replaced the hard-coded phone list with the {@link api/angular.module.ng.$compileProvider.directive.ngRepeat ngRepeat directive} and two -{@link guide/dev_guide.expressions Angular expressions} enclosed in curly braces: +{@link guide/expression Angular expressions} enclosed in curly braces: `{{phone.name}}` and `{{phone.snippet}}`: * The `ng-repeat="phone in phones"` statement in the `