Skip to content

Commit 3000e07

Browse files
committed
docs: update long-description
1 parent 4643a8a commit 3000e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/angular/cli/src/commands/update/long-description.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ng update @angular/cli@^<major_version> @angular/core@^<major_version>
1313
```
1414

1515
We recommend that you always update to the latest patch version, as it contains fixes we released since the initial major release.
16-
For example, use the following command to take the latest 10.x.x version and use that to update.
16+
For example, use the following command to take the latest 21.x.x version and use that to update.
1717

1818
```
19-
ng update @angular/cli@^10 @angular/core@^10
19+
ng update @angular/cli@^21 @angular/core@^21
2020
```
2121

22-
For detailed information and guidance on updating your application, see the interactive [Angular Update Guide](https://update.angular.dev/).
22+
For detailed information and guidance on updating your application, see the interactive [Angular Update Guide](/update-guide).

0 commit comments

Comments
 (0)