docs(toh-5): fix typo in link (#2622)

.htm => .html
This commit is contained in:
Maurice de Beijer 2016-10-18 15:14:09 +02:00 committed by Jesús Rodríguez
parent 3508b7988d
commit e89ba6f075
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ block extract-id
What kind of class?
The current `RouterModule.forRoot()` produces an Angular `ModuleWithProviders` which suggests that a
class dedicated to routing should be some kind of module.
It should be a [_Routing Module_](../guide/router.htm#routing-module).
It should be a [_Routing Module_](../guide/router.html#routing-module).
By convention the name of a _Routing Module_ contains the word "Routing" and
aligns with the name of the module that declares the components navigated to".