diff options
Diffstat (limited to 'docs/content/cookbook/helloworld.ngdoc')
| -rw-r--r-- | docs/content/cookbook/helloworld.ngdoc | 2 |
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. |
