docs(guide/di): fix url-based links refs to AUTO module

Closes #6386
This commit is contained in:
Stéphane Reynaud
2014-02-21 12:33:16 +01:00
committed by Peter Bacon Darwin
parent dacdcc6d96
commit a5859aaf63
+1 -1
View File
@@ -50,7 +50,7 @@ code that constructs `SomeClass`.
<img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-module-injector.png">
To manage the responsibility of dependency creation, each Angular application has an {@link
api/angular.injector injector}. The injector is a service locator that is responsible for
angular.injector injector}. The injector is a service locator that is responsible for
construction and lookup of dependencies.
Here is an example of using the injector service: