aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_05.ngdoc
diff options
context:
space:
mode:
authorOre Landau2013-06-12 11:38:41 +0300
committerPete Bacon Darwin2013-06-13 21:14:06 +0100
commit5ec188f697a96200f2c46457068fd40b954ccf51 (patch)
tree18ba299bf6a58cf2302961581ab76d667f9d7274 /docs/content/tutorial/step_05.ngdoc
parent83f445336f80a41f20a83f5b933fccd529cdc9a7 (diff)
downloadangular.js-5ec188f697a96200f2c46457068fd40b954ccf51.tar.bz2
docs(tutorial/step_05): apply more useful link to services
Diffstat (limited to 'docs/content/tutorial/step_05.ngdoc')
-rw-r--r--docs/content/tutorial/step_05.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc
index 5402cd87..fc58c654 100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -44,7 +44,7 @@ Following is a sample of the file:
We'll use angular's {@link api/ng.$http $http} service in our controller to make an HTTP
request to your web server to fetch the data in the `app/phones/phones.json` file. `$http` is just
-one of several built-in {@link api/ng angular services} that handle common operations
+one of several built-in {@link guide/dev_guide.services angular services} that handle common operations
in web apps. Angular injects these services for you where you need them.
Services are managed by angular's {@link guide/di DI subsystem}. Dependency injection