From cdf9e3bc613040b8725e5fb65ff66729564e19ba Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Thu, 16 Feb 2017 00:03:41 +0100 Subject: [PATCH] docs(di): fix broken link to ngmodules faq (#3252) --- 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