Skip to content

Commit dd23bab

Browse files
jeffbcrosspetebacondarwin
authored andcommitted
fix(docs): update link paths in annotations
Partial fix to angular#2452 Closes angular#2475
1 parent 14d28d7 commit dd23bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/angular2/src/core/annotations_impl/annotations.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ export class Directive extends Injectable {
511511
* For example, we could write a binding that updates the directive on structural changes, rather
512512
* than on reference changes, as normally occurs in change detection.
513513
*
514-
* See {@link Pipe} and {@link pipes/keyValDiff} documentation for more details.
514+
* See {@link Pipe} and {@link KeyValueChanges} documentation for more details.
515515
*
516516
* ```
517517
* @Directive({
@@ -714,8 +714,8 @@ export class Directive extends Injectable {
714714
/**
715715
* Specifies which lifecycle should be notified to the directive.
716716
*
717-
* See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link annotations/onCheck},
718-
* {@link annotations/onInit}, {@link annotations/onAllChangesDone} for details.
717+
* See {@link onChange}, {@link onDestroy}, {@link onCheck},
718+
* {@link onInit}, {@link onAllChangesDone} for details.
719719
*/
720720
lifecycle: List<LifecycleEvent>;
721721

0 commit comments

Comments
 (0)