aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/cookbook/helloworld.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-02-24 16:14:44 -0800
committerMisko Hevery2012-06-02 16:02:05 -0700
commit6933fb7924cd1ef01e9259c53bf76023a87d61aa (patch)
tree4af8ab1e41149d6ba1af2a76c34523575797ab1d /docs/content/cookbook/helloworld.ngdoc
parentf5afcca99dcf49f3382a5e69d97030f63113af6e (diff)
downloadangular.js-6933fb7924cd1ef01e9259c53bf76023a87d61aa.tar.bz2
docs(bootstrap): rewritten bootstrap guide
Diffstat (limited to 'docs/content/cookbook/helloworld.ngdoc')
-rw-r--r--docs/content/cookbook/helloworld.ngdoc2
1 files changed, 1 insertions, 1 deletions
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.