Skip to content

Commit a0b3516

Browse files
committed
fix(doc): fix all broken links
1 parent a8f4d87 commit a0b3516

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Injector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* * `self` - "`this`" to be used when invoking the function.
3030
* * `fn` - the function to be invoked. The function may have the `$inject` property which
3131
* lists the set of arguments which should be auto injected
32-
* (see {@link guide.di dependency injection}).
32+
* (see {@link guide/dev_guide.di dependency injection}).
3333
* * `curryArgs(array)` - optional array of arguments to pass to function invocation after the
3434
* injection arguments (also known as curry arguments or currying).
3535
* * an `eager` property which is used to initialize the eager services.

src/formatters.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* Following is the list of built-in angular formatters:
1111
*
1212
* * {@link angular.formatter.boolean boolean} - Formats user input in boolean format
13-
* * {@link angular.formatter.index index} - Manages indexing into an HTML select widget
1413
* * {@link angular.formatter.json json} - Formats user input in JSON format
1514
* * {@link angular.formatter.list list} - Formats user input string as an array
1615
* * {@link angular.formatter.number number} - Formats user input strings as a number

0 commit comments

Comments
 (0)