Skip to content

Commit

Permalink
docs: fixed cli ng update reference link (#33320)
Browse files Browse the repository at this point in the history
The automated link for ng update is currently going to the 
wrong page. Edit directs them to the correct page.
PR Close #33320
  • Loading branch information
jrumandal authored and AndrewKushnir committed Oct 29, 2019
1 parent c3e9356 commit ba0c178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aio/content/guide/updating.md
Expand Up @@ -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}
Expand All @@ -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.

Expand All @@ -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")

0 comments on commit ba0c178

Please sign in to comment.