Skip to content

Commit a5859aa

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(guide/di): fix url-based links refs to AUTO module
Closes angular#6386
1 parent dacdcc6 commit a5859aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/di.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ code that constructs `SomeClass`.
5050
<img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-module-injector.png">
5151

5252
To manage the responsibility of dependency creation, each Angular application has an {@link
53-
api/angular.injector injector}. The injector is a service locator that is responsible for
53+
angular.injector injector}. The injector is a service locator that is responsible for
5454
construction and lookup of dependencies.
5555

5656
Here is an example of using the injector service:

0 commit comments

Comments
 (0)