docs(toh-5): fixes a typo in a link

closes #857
This commit is contained in:
Ondra Hlaváč 2016-02-19 00:32:26 +01:00 committed by Ward Bell
parent 99caf75d3d
commit 8496dd016f

View File

@ -218,7 +218,7 @@ code-example(format="." language="bash").
Looking back at the route configuration, we confirm that `'Heroes'` is the name of the route to the `HeroesComponent`. Looking back at the route configuration, we confirm that `'Heroes'` is the name of the route to the `HeroesComponent`.
.l-sub-section .l-sub-section
:marked :marked
Learn about the *link parameters array* in the [Routing](../guide/router.htmll#link-parameters-array) chapter. Learn about the *link parameters array* in the [Routing](../guide/router.html#link-parameters-array) chapter.
:marked :marked
Refresh the browser. We see only the app title. We don't see the heroes list. Refresh the browser. We see only the app title. We don't see the heroes list.
.l-sub-section .l-sub-section