Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5ec188f

Browse files
Ore4444petebacondarwin
authored andcommitted
docs(tutorial/step_05): apply more useful link to services
1 parent 83f4453 commit 5ec188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Following is a sample of the file:
4444

4545
We'll use angular's {@link api/ng.$http $http} service in our controller to make an HTTP
4646
request to your web server to fetch the data in the `app/phones/phones.json` file. `$http` is just
47-
one of several built-in {@link api/ng angular services} that handle common operations
47+
one of several built-in {@link guide/dev_guide.services angular services} that handle common operations
4848
in web apps. Angular injects these services for you where you need them.
4949

5050
Services are managed by angular's {@link guide/di DI subsystem}. Dependency injection

0 commit comments

Comments
 (0)