We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09056d commit d0781ebCopy full SHA for d0781eb
docs/content/tutorial/step_05.ngdoc
@@ -44,7 +44,7 @@ Following is a sample of the file:
44
45
We'll use Angular's {@link ng.$http $http} service in our controller to make an HTTP
46
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
+one of several built-in {@link guide/services Angular services} that handle common operations
48
in web apps. Angular injects these services for you where you need them.
49
50
Services are managed by Angular's {@link guide/di DI subsystem}. Dependency injection
0 commit comments