From 5baa79b179e69f5369d0611547e52e864441e4e1 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sun, 24 Jan 2016 16:04:42 +0000 Subject: [PATCH] docs(router): fix broken "link params array" link closes #746 Fix #745 --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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