aboutsummaryrefslogtreecommitdiffstats
path: root/src/Injector.js
diff options
context:
space:
mode:
authorVojta Jina2011-05-19 19:22:25 +0200
committerIgor Minar2011-06-06 22:52:01 -0700
commit297c9b5b89a6e20d83631170e3c2f71448046bbd (patch)
tree34d854a2295790ddeca6268c928f86029ca6e815 /src/Injector.js
parent43b2cd45f0b42efb67497a6471f3a1b26d792bd9 (diff)
downloadangular.js-297c9b5b89a6e20d83631170e3c2f71448046bbd.tar.bz2
Fix wrong links in source code
Diffstat (limited to 'src/Injector.js')
-rw-r--r--src/Injector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Injector.js b/src/Injector.js
index be00ff3e..0f752dc4 100644
--- a/src/Injector.js
+++ b/src/Injector.js
@@ -5,7 +5,7 @@
*
* @description
* Creates an inject function that can be used for dependency injection.
- * (See {@link guide.di dependency injection})
+ * (See {@link guide/di dependency injection})
*
* The inject function can be used for retrieving service instances or for calling any function
* which has the $inject property so that the services can be automatically provided. Angular