docs: fixed cli ng update reference link (#33320)

The automated link for ng update is currently going to the 
wrong page. Edit directs them to the correct page.
PR Close #33320
This commit is contained in:
John Ralph Umandal 2019-10-22 13:28:02 +01:00 committed by Andrew Kushnir
parent c3e93564d0
commit ba0c178dbb
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ To check your app's version of Angular: From within your project directory, use
The most recent stable released version of Angular appears in the [Angular documentation](https://angular.io/docs "Angular documentation") at the bottom of the left side navigation. For example, `stable (v5.2.9)`.
You can also find the most current version of Angular by using the CLI command [`ng update`](cli/update). By default, `ng update` (without additional arguments) lists the updates that are available to you.
You can also find the most current version of Angular by using the CLI command [`ng update`](cli/update). By default, [`ng update`](cli/update)(without additional arguments) lists the updates that are available to you.
{@a updating}
@ -49,7 +49,7 @@ To make updating easy, we provide complete instructions in the interactive [Angu
The Angular Update Guide provides customized update instructions, based on the current and target versions that you specify. It includes basic and advanced update paths, to match the complexity of your applications. It also includes troubleshooting information and any recommended manual changes to help you get the most out of the new release.
For simple updates, the CLI command [`ng update`](cli/update) is all you need. Without additional arguments, `ng update` lists the updates that are available to you and provides recommended steps to update your application to the most current version.
For simple updates, the CLI command [`ng update`](cli/update) is all you need. Without additional arguments, [`ng update`](cli/update) lists the updates that are available to you and provides recommended steps to update your application to the most current version.
[Angular Versioning and Releases](guide/releases#versioning "Angular Release Practices, Versioning") describes the level of change that you can expect based a release's version number. It also describes supported update paths.
@ -69,4 +69,4 @@ For simple updates, the CLI command [`ng update`](cli/update) is all you need. W
* Versioning, release, support, and deprecation practices: [Angular versioning and releases](guide/releases "Angular versioning and releases")
* Release schedule: [Angular versioning and releases](guide/releases#schedule "Angular versioning and releases")
* Release schedule: [Angular versioning and releases](guide/releases#schedule "Angular versioning and releases")