aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authorIgor Minar2011-05-18 12:17:16 -0700
committerIgor Minar2011-06-06 22:52:00 -0700
commit924ffafc51cf53ddf97f13ad748bbbf6d80caf13 (patch)
tree39c5766ec887df80c3525d89aad1f4451f016c02 /docs/content/tutorial
parent3616716615c058756a3ead9808275ce9d72b1707 (diff)
downloadangular.js-924ffafc51cf53ddf97f13ad748bbbf6d80caf13.tar.bz2
fixing broken links
Diffstat (limited to 'docs/content/tutorial')
-rwxr-xr-xdocs/content/tutorial/step_02.ngdoc4
-rwxr-xr-xdocs/content/tutorial/step_08.ngdoc2
-rw-r--r--docs/content/tutorial/the_end.ngdoc2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc
index 04b7b3e0..faad7f0e 100755
--- a/docs/content/tutorial/step_02.ngdoc
+++ b/docs/content/tutorial/step_02.ngdoc
@@ -133,7 +133,7 @@ data, and logic components:
* The name of our controller function (in the JavaScript file `controllers.js`) matches the
-{@link angular.directive.ng:controller ng:controller} directive in the `<body>` tag
+{@link angular.directive.@ng:controller ng:controller} directive in the `<body>` tag
(`PhoneListCtrl`).
* We instantiated our data within the scope of our controller function, and our template
binding points are located within the block bounded by the `<body ng:controller="PhoneListCtrl">`
@@ -145,7 +145,7 @@ the template, model and controller all work together. Angular uses scopes, along
information contained in the template, data model, and controller, to keep the model and view
separated but in sync. Any changes to the model are reflected in the view; any changes that occur
in the view are reflected in the model. To learn more about angular scopes, see the {@link
-angular.scopes angular scope documentation}.
+angular.scope angular scope documentation}.
diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc
index cdedef12..bec7bf6c 100755
--- a/docs/content/tutorial/step_08.ngdoc
+++ b/docs/content/tutorial/step_08.ngdoc
@@ -37,7 +37,7 @@ Now when you click on a
phone on the list, the phone details page with phone-specific information is displayed.
-To implement the phone details view we will use {@link angular.services.$xhr $xhr} to fetch our
+To implement the phone details view we will use {@link angular.service.$xhr $xhr} to fetch our
data, and we'll flesh out the `phone-details.html` view template.
diff --git a/docs/content/tutorial/the_end.ngdoc b/docs/content/tutorial/the_end.ngdoc
index 5c6bc1ac..8e307998 100644
--- a/docs/content/tutorial/the_end.ngdoc
+++ b/docs/content/tutorial/the_end.ngdoc
@@ -15,7 +15,7 @@ your development with the {@link https://github.com/angular/angular-seed angular
We hope this tutorial was useful to you and that you learned enough about angular to make you want
to learn more. We especially hope you are inspired to go out and develop angular web apps of your
-own, and that you might be interested in {@link contribute contributing} to angular.
+own, and that you might be interested in {@link intro.contribute contributing} to angular.
If you have questions or feedback or just want to say "hi", please post a message at {@link
https://groups.google.com/forum/#!forum/angular}.