From 0532aabcf97a08badd6ed67ad40453d37da89556 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 24 May 2012 14:49:47 -0700 Subject: doc(guide): clean up broken links --- docs/content/guide/dev_guide.services.creating_services.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/dev_guide.services.creating_services.ngdoc') diff --git a/docs/content/guide/dev_guide.services.creating_services.ngdoc b/docs/content/guide/dev_guide.services.creating_services.ngdoc index 67471cdd..891b4dd0 100644 --- a/docs/content/guide/dev_guide.services.creating_services.ngdoc +++ b/docs/content/guide/dev_guide.services.creating_services.ngdoc @@ -49,7 +49,7 @@ create this instance when called. # Dependencies Services can not only be depended upon, but also have its own dependencies. These can be specified -as arguments of the factory function. {@link di.understanding_di Read more} about the DI +as arguments of the factory function. {@link di Read more} about the DI in Angular and the use of array notation and $inject property to make DI annotation minification-proof. -- cgit v1.2.3