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

@ -32,8 +32,8 @@ import {RouterLink} from './src/directives/router_link';
/**
* A list of directives. To use the router directives like {@link RouterOutlet} and
* {@link RouterLink}, add this to your `directives` array in the {@link View} decorator of your
* component.
* {@link RouterLink}, add this to your `directives` array in the {@link Component} decorator
* of your component.
*
* ### Example ([live demo](http://plnkr.co/edit/iRUP8B5OUbxCWQ3AcIDm))
*