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

@ -113,7 +113,7 @@ export type Event = NavigationStart | NavigationEnd | NavigationCancel | Navigat
/**
* The `Router` is responsible for mapping URLs to components.
*
* See {@link Routes) for more details and examples.
* See {@link Routes} for more details and examples.
*
* @stable
*/