From a0b35161a6b9143ee89853e5c924d7855a488c25 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sat, 16 Jul 2011 01:15:37 -0700 Subject: fix(doc): fix all broken links --- src/Injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Injector.js') diff --git a/src/Injector.js b/src/Injector.js index 7bddb2b9..fb0b79b0 100644 --- a/src/Injector.js +++ b/src/Injector.js @@ -29,7 +29,7 @@ * * `self` - "`this`" to be used when invoking the function. * * `fn` - the function to be invoked. The function may have the `$inject` property which * lists the set of arguments which should be auto injected - * (see {@link guide.di dependency injection}). + * (see {@link guide/dev_guide.di dependency injection}). * * `curryArgs(array)` - optional array of arguments to pass to function invocation after the * injection arguments (also known as curry arguments or currying). * * an `eager` property which is used to initialize the eager services. -- cgit v1.2.3