From 6933fb7924cd1ef01e9259c53bf76023a87d61aa Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 24 Feb 2012 16:14:44 -0800 Subject: docs(bootstrap): rewritten bootstrap guide --- docs/content/cookbook/helloworld.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/cookbook/helloworld.ngdoc') diff --git a/docs/content/cookbook/helloworld.ngdoc b/docs/content/cookbook/helloworld.ngdoc index 629a3893..92c50cf2 100644 --- a/docs/content/cookbook/helloworld.ngdoc +++ b/docs/content/cookbook/helloworld.ngdoc @@ -28,7 +28,7 @@ Take a look through the source and note: -* The script tag that {@link guide/dev_guide.bootstrap bootstraps} the angular environment. +* The script tag that {@link guide/bootstrap bootstraps} the angular environment. * The text {@link api/angular.module.ng.$compileProvider.directive.input input widget} which is bound to the greeting name text. * No need for listener registration and event firing on change events. -- cgit v1.2.3