Skip to content

Commit d0781eb

Browse files
Brianmandencaitp
authored andcommitted
1 parent d09056d commit d0781eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

+1-1
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)