fix(docs): update link paths in annotations

Partial fix to #2452
Closes #2475
This commit is contained in:
Jeff Cross 2015-06-10 21:40:01 -07:00 committed by Peter Bacon Darwin
parent 14d28d7473
commit dd23bab3ad
1 changed files with 3 additions and 3 deletions

View File

@ -511,7 +511,7 @@ export class Directive extends Injectable {
* For example, we could write a binding that updates the directive on structural changes, rather
* than on reference changes, as normally occurs in change detection.
*
* See {@link Pipe} and {@link pipes/keyValDiff} documentation for more details.
* See {@link Pipe} and {@link KeyValueChanges} documentation for more details.
*
* ```
* @Directive({
@ -714,8 +714,8 @@ export class Directive extends Injectable {
/**
* Specifies which lifecycle should be notified to the directive.
*
* See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link annotations/onCheck},
* {@link annotations/onInit}, {@link annotations/onAllChangesDone} for details.
* See {@link onChange}, {@link onDestroy}, {@link onCheck},
* {@link onInit}, {@link onAllChangesDone} for details.
*/
lifecycle: List<LifecycleEvent>;