-
Notifications
You must be signed in to change notification settings - Fork 25.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix angular compatibility version #52585
docs: fix angular compatibility version #52585
Conversation
@@ -31,7 +31,7 @@ Angular CLI uses Node and its associated package manager, npm, to install and ru | |||
|
|||
[Download and install Node.js](https://nodejs.org/en/download), which will include the `npm` CLI as well. | |||
Angular requires an [active LTS or maintenance LTS](https://nodejs.org/about/releases) version of Node.js. | |||
See [Angular's version compatibility](versions) guide for more information. | |||
See [Angular's version compatibility](https://angular.dev/reference/versions) guide for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make that a relative url ? Absolute urls open the link in a new tab.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah you are right, I have updated it. Thanks @JeanMeche for the comment.
bb959e0
to
80bbcaf
Compare
This PR was merged into the repository by commit 68f89b0. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
fixes #52562
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #52562
What is the new behavior?
Clicking on the angular version compatibility will take user to the angular.dev's version compatibility page.
Does this PR introduce a breaking change?
Other information