From dd23bab3adc27f2453b578d00ecaa4723e2375a8 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Wed, 10 Jun 2015 21:40:01 -0700 Subject: [PATCH] fix(docs): update link paths in annotations Partial fix to #2452 Closes #2475 --- modules/angular2/src/core/annotations_impl/annotations.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/angular2/src/core/annotations_impl/annotations.ts b/modules/angular2/src/core/annotations_impl/annotations.ts index b68b62dbf6..3d7ede9efd 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.ts +++ b/modules/angular2/src/core/annotations_impl/annotations.ts @@ -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;