From b13e7c11f9ec4326946a110ce0adf479bdc7fecc Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Wed, 15 Feb 2017 22:59:55 +0100 Subject: [PATCH] docs(di): fix broken link to ngmodules faq --- public/docs/ts/latest/guide/dependency-injection.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/dependency-injection.jade b/public/docs/ts/latest/guide/dependency-injection.jade index 559656cbf8..172b8a70aa 100644 --- a/public/docs/ts/latest/guide/dependency-injection.jade +++ b/public/docs/ts/latest/guide/dependency-injection.jade @@ -289,7 +289,7 @@ block ngmodule-vs-component .l-sub-section :marked - Also see *"Should I add app-wide providers to the root `AppModule` or the root `AppComponent`?"* in the [NgModule FAQ](../cookbook/ngmodule-faq.html#root-component-or-module). + Also see *"Should I add app-wide providers to the root `AppModule` or the root `AppComponent`?"* in the [NgModule FAQ](../cookbook/ngmodule-faq.html#q-root-component-or-module). :marked ### Preparing the HeroListComponent for injection