docs(api): fix broken example urls (#9828)

This commit is contained in:
Patrice Chalin
2016-07-06 13:57:38 -07:00
committed by Victor Berchet
parent 9cc3b2ca9e
commit ae62f082fd
5 changed files with 23 additions and 17 deletions

View File

@ -528,8 +528,9 @@ export interface AppModuleMetadataFactory {
*
* ## Lifecycle hooks
*
* When the component class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
* are called by the change detection at defined points in time during the life of the component.
* When the component class implements some {@link ../../../guide/lifecycle-hooks.html} the
* callbacks are called by the change detection at defined points in time during the life of the
* component.
*
* ### Example
*
@ -859,8 +860,9 @@ export var Component: ComponentMetadataFactory =
*
* ## Lifecycle hooks
*
* When the directive class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
* are called by the change detection at defined points in time during the life of the directive.
* When the directive class implements some {@link ../../../guide/lifecycle-hooks.html} the
* callbacks are called by the change detection at defined points in time during the life of the
* directive.
*
* ### Example
*