aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStéphane Reynaud2014-02-21 12:33:16 +0100
committerPeter Bacon Darwin2014-02-21 13:49:59 +0000
commita5859aaf631745fcc8b9c36dd2f68380000f05fc (patch)
tree721d5d142a3b1b80617a207f87eb7ca553d9c16e /docs
parentdacdcc6d96ff0abb10cb491d3f8e3549b6b6aecc (diff)
downloadangular.js-a5859aaf631745fcc8b9c36dd2f68380000f05fc.tar.bz2
docs(guide/di): fix url-based links refs to AUTO module
Closes #6386
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/di.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/di.ngdoc b/docs/content/guide/di.ngdoc
index f6d98691..83b54be9 100644
--- a/docs/content/guide/di.ngdoc
+++ b/docs/content/guide/di.ngdoc
@@ -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: