aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-07-16 01:15:37 -0700
committerIgor Minar2011-07-16 01:15:37 -0700
commita0b35161a6b9143ee89853e5c924d7855a488c25 (patch)
tree52ad5d2a2ac5d8838712d04fc151acb02f84af2a
parenta8f4d87be5c1f6ef8d529d83001a9afe57d7ea3a (diff)
downloadangular.js-a0b35161a6b9143ee89853e5c924d7855a488c25.tar.bz2
fix(doc): fix all broken links
-rw-r--r--src/Injector.js2
-rw-r--r--src/formatters.js1
2 files changed, 1 insertions, 2 deletions
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.
diff --git a/src/formatters.js b/src/formatters.js
index 87d4602f..db7668b3 100644
--- a/src/formatters.js
+++ b/src/formatters.js
@@ -10,7 +10,6 @@
* Following is the list of built-in angular formatters:
*
* * {@link angular.formatter.boolean boolean} - Formats user input in boolean format
- * * {@link angular.formatter.index index} - Manages indexing into an HTML select widget
* * {@link angular.formatter.json json} - Formats user input in JSON format
* * {@link angular.formatter.list list} - Formats user input string as an array
* * {@link angular.formatter.number number} - Formats user input strings as a number