Skip to content

Commit

Permalink
Update Adoptium URL in javaversions.adoc (#1906)
Browse files Browse the repository at this point in the history
- Replace https://adoptopenjdk.net/releases.html with https://adoptium.net/temurin/releases
- When we open https://adoptopenjdk.net/releases.html, we get this message: 
> 24th July 2021: AdoptOpenJDK is moving to the Eclipse Foundation and rebranding.
> Our July 2021 and future releases will come from Adoptium.net

Co-authored-by: Max Rydahl Andersen <[email protected]>
  • Loading branch information
yostane and maxandersen authored Jan 15, 2025
1 parent 6167b8c commit 1a52d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/javaversions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ It's easy to `install` additional JDKs by running:
jbang jdk install 14

which will download and install JDK version 14 into JBang's cache (`~/.jbang/cache/jdks` by default).
The list of versions that are available for installation can be found here: https://adoptopenjdk.net/releases.html
The list of versions that are available for installation can be found here: https://adoptium.net/temurin/releases
or by running:

jbang jdk list --available
Expand Down

0 comments on commit 1a52d50

Please sign in to comment.