From 857fcfe04812a6e6072c9b955bcb6feb7c8c9deb Mon Sep 17 00:00:00 2001 From: Malgosia Date: Sun, 13 Jan 2019 18:04:55 +0100 Subject: [PATCH] docs: ng config link fix (#28115) Fixed 'ng config' link to lead to proper CLI command site PR Close #28115 --- 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 3333aaa41c..6bb1979420 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -123,7 +123,7 @@ You can define and name additional alternate configurations (such as `stage`, fo The configurable options for a default or targeted build generally correspond to the options available for the [`ng build`](cli/build), [`ng serve`](cli/serve), and [`ng test`](cli/test) commands. For details of those options and their possible values, see the [CLI Reference](cli). -Some additional options (listed below) can only be set through the configuration file, either by direct editing or with the `ng config` command. +Some additional options (listed below) can only be set through the configuration file, either by direct editing or with the [`ng config`](cli/config) command. | OPTIONS PROPERTIES | DESCRIPTION | | :------------------------- | :---------------------------- |