Skip to content

Commit c79fc0c

Browse files
authored
Fix the link to Open JDK in README (#8514) [skip ci]
1 parent a0673d9 commit c79fc0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To list all available targets, you can append the `-T` flag:
101101

102102
## Requirements
103103

104-
* The latest version of the [Java 11 OpenJDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
104+
* The latest version of the [Java 11 OpenJDK](https://openjdk.java.net/)
105105
* `java` and `jar` on the PATH (make sure you use `java` executable from JDK but not JRE).
106106
* To test this, try running the command `javac`. This command won't exist if you only have the JRE
107107
installed. If you're met with a list of command-line options, you're referencing the JDK properly.

0 commit comments

Comments
 (0)