From e89ba6f0758d49ed9869a790ce0b87707d76a05e Mon Sep 17 00:00:00 2001 From: Maurice de Beijer Date: Tue, 18 Oct 2016 15:14:09 +0200 Subject: [PATCH] docs(toh-5): fix typo in link (#2622) .htm => .html --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 531c23cf57..b31145fb7c 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -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".