diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 3e23dcbaca..5abfc0ae24 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1003,7 +1003,7 @@ figure.image-display ### 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