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_00.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/tutorial/step_00.ngdoc') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 714f983e..b6a367e9 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -200,7 +200,7 @@ being the element on which the `ngApp` directive was defined. binding will result in efficient continuous updates whenever the result of the expression evaluation changes. - {@link guide/dev_guide.expressions Angular expression} is a JavaScript-like code snippet that is + {@link guide/expression Angular expression} is a JavaScript-like code snippet that is evaluated by Angular in the context of the current model scope, rather than within the scope of the global context (`window`). @@ -211,7 +211,7 @@ being the element on which the `ngApp` directive was defined. Bootstrapping AngularJS apps automatically using the `ngApp` directive is very easy and suitable for most cases. In advanced cases, such as when using script loaders, you can use -{@link guide/dev_guide.bootstrap.manual_bootstrap imperative / manual way} to bootstrap the app. +{@link guide/bootstrap imperative / manual way} to bootstrap the app. There are 3 important things that happen during the app bootstrap: -- cgit v1.2.3