From faf3ca6837c1a2065c1efb1c60a8ad9b41e5a470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Wed, 12 Apr 2017 21:03:11 +0200 Subject: [PATCH] docs(toh-pt3): fix broken link (#3533) --- public/docs/ts/latest/tutorial/toh-pt3.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt3.jade b/public/docs/ts/latest/tutorial/toh-pt3.jade index a1ad3b9680..0501497f41 100644 --- a/public/docs/ts/latest/tutorial/toh-pt3.jade +++ b/public/docs/ts/latest/tutorial/toh-pt3.jade @@ -155,7 +155,7 @@ a#selector This module declares only the two application components, `AppComponent` and `HeroDetailComponent`. .l-sub-section :marked - Read more about Angular modules in the [NgModules](../guide/ngmodule.html "Angular Modules (NgModule) guide. + Read more about Angular modules in the [NgModules](../guide/ngmodule.html "Angular Modules (NgModule)") guide. a#add-hero-detail .l-main-section