From d7e8d15578f0fb488f3252afad4c93f8dbe6ab6d Mon Sep 17 00:00:00 2001 From: Camilo Giraldo Date: Thu, 5 Apr 2018 20:29:54 -0500 Subject: [PATCH] docs: add missing link to bootstrapping section (#23214) PR Close #23214 --- aio/content/guide/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/bootstrapping.md b/aio/content/guide/bootstrapping.md index 046555b18d..dc5b873d29 100644 --- a/aio/content/guide/bootstrapping.md +++ b/aio/content/guide/bootstrapping.md @@ -177,4 +177,4 @@ root module's `bootstrap` array. ## More about Angular Modules For more on NgModules you're likely to see frequently in apps, -see [Frequently Used Modules](#). +see [Frequently Used Modules](guide/frequent-ngmodules).