Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e89ba6f

Browse files
mauricedbFoxandxss
authored andcommitted
docs(toh-5): fix typo in link (#2622)
.htm => .html
1 parent 3508b79 commit e89ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt5.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ block extract-id
657657
What kind of class?
658658
The current `RouterModule.forRoot()` produces an Angular `ModuleWithProviders` which suggests that a
659659
class dedicated to routing should be some kind of module.
660-
It should be a [_Routing Module_](../guide/router.htm#routing-module).
660+
It should be a [_Routing Module_](../guide/router.html#routing-module).
661661

662662
By convention the name of a _Routing Module_ contains the word "Routing" and
663663
aligns with the name of the module that declares the components navigated to".

0 commit comments

Comments
 (0)