docs(router): fix broken "link params array" link

closes #746
Fix #745
This commit is contained in:
Filipe Silva 2016-01-24 16:04:42 +00:00 committed by Ward Bell
parent 61cefb9637
commit 5baa79b179
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ figure.image-display
<a id="route-parameters-object"></a>
### Route parameters object
When navigating to the `HeroDetailComponent` we specified the `id` of the hero-to-edit in the
*route parameters object* and made it the second item of the [*link parameters array*](link-parameters-array).
*route parameters object* and made it the second item of the [*link parameters array*](#link-parameters-array).
+makeExample('router/ts/app/heroes/hero-list.component.1.ts','link-parameters-array')(format=".")
:marked