doc(api): fix invalid doc links (#9873)

Errors were reported during API doc generation.
This commit is contained in:
Patrice Chalin
2016-07-07 23:02:35 -07:00
committed by Victor Berchet
parent 96a9e66616
commit 749dec7dfb
15 changed files with 25 additions and 25 deletions

View File

@ -31,7 +31,7 @@ import {Type} from '../src/facade/lang';
/**
* Interface for the {@link DirectiveMetadata} decorator function.
*
* See {@link DirectiveFactory}.
* See {@link DirectiveMetadataFactory}.
*
* @stable
*/
@ -64,7 +64,7 @@ export interface ComponentDecorator extends TypeDecorator {
/**
* Interface for the {@link ViewMetadata} decorator function.
*
* See {@link ViewFactory}.
* See {@link ViewMetadataFactory}.
*
* @experimental
*/
@ -528,7 +528,7 @@ export interface AppModuleMetadataFactory {
*
* ## Lifecycle hooks
*
* When the component class implements some {@link ../../../guide/lifecycle-hooks.html} the
* When the component class implements some {@linkDocs guide/lifecycle-hooks} the
* callbacks are called by the change detection at defined points in time during the life of the
* component.
*
@ -860,7 +860,7 @@ export var Component: ComponentMetadataFactory =
*
* ## Lifecycle hooks
*
* When the directive class implements some {@link ../../../guide/lifecycle-hooks.html} the
* When the directive class implements some {@linkDocs guide/lifecycle-hooks} the
* callbacks are called by the change detection at defined points in time during the life of the
* directive.
*