docs: ng config link fix (#28115)

Fixed 'ng config' link to lead to proper CLI command site
PR Close #28115
This commit is contained in:
Malgosia 2019-01-13 18:04:55 +01:00 committed by Andrew Kushnir
parent 60fb27c4ab
commit 857fcfe048
1 changed files with 1 additions and 1 deletions

View File

@ -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). 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 | | OPTIONS PROPERTIES | DESCRIPTION |
| :------------------------- | :---------------------------- | | :------------------------- | :---------------------------- |