From a5859aaf631745fcc8b9c36dd2f68380000f05fc Mon Sep 17 00:00:00 2001 From: Stéphane Reynaud Date: Fri, 21 Feb 2014 12:33:16 +0100 Subject: docs(guide/di): fix url-based links refs to AUTO module Closes #6386 --- docs/content/guide/di.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. 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: -- cgit v1.2.3