From 1258ec041d69419095e98929d6e03c2491e6a17e Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Fri, 9 Nov 2018 16:41:51 +0530 Subject: [PATCH] docs: Fix links (#27027) Fix the links. PR Close #27027 --- aio/content/guide/workspace-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index 698e932c5c..3333aaa41c 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -78,7 +78,7 @@ Each target object specifies the `builder` for that target, which is the npm pac } -* The `architect/build` section configures defaults for options of the `ng build` command. See [Build target]{#build-target} below for more information. +* The `architect/build` section configures defaults for options of the `ng build` command. See [Build target](#build-target) below for more information. * The `architect/serve` section overrides build defaults and supplies additional serve defaults for the `ng serve` command. In addition to the options available for the `ng build` command, it adds options related to serving the app.