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

Commit 4b29186

Browse files
Brianmandenvojtajina
authored andcommitted
1 parent 7b5be9e commit 4b29186

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 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 guide/dev_guide.services Angular services} that handle common operations
47+
one of several built-in {@link 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)