Skip to content

Commit

Permalink
fix(docs): update link paths in annotations
Browse files Browse the repository at this point in the history
Partial fix to #2452
Closes #2475
  • Loading branch information
jeffbcross authored and petebacondarwin committed Jun 14, 2015
1 parent 14d28d7 commit dd23bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/angular2/src/core/annotations_impl/annotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -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>;

Expand Down

0 comments on commit dd23bab

Please sign in to comment.