Skip to content

Commit

Permalink
chore: fix broken link in README.md (#27877)
Browse files Browse the repository at this point in the history
The link for nodejs.org is broken.

From: https://nodejs.org/en/about/releases
![image](https://github.com/aws/aws-cdk/assets/20182640/e450ef7d-cf2a-43fa-9708-fe94a6d631ab)

To: https://nodejs.org/en/about/previous-releases
![image](https://github.com/aws/aws-cdk/assets/20182640/3f8a47ef-6fe1-4586-bdde-f9a0fe2a28ad)

Please let me know if the [download](https://nodejs.org/en/download) page is a better fit for this...

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
blackcat1383 authored Nov 7, 2023
1 parent 38f3b89 commit 782bac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ infrastructure definition and share it without worrying about boilerplate logic.
The CDK is available in the following languages:

* JavaScript, TypeScript ([Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/))
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/releases/)
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)
* Python ([Python ≥ 3.6](https://www.python.org/downloads/))
* Java ([Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi))
* .NET ([.NET ≥ 6.0](https://dotnet.microsoft.com/download))
Expand Down

0 comments on commit 782bac4

Please sign in to comment.