Skip to content

Commit 70c30f8

Browse files
Fix docs: change oracle jdk link to open jdk link
1 parent 1eb92b2 commit 70c30f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/gettingStarted.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3><span>&raquo;</span> Learn whether Play Framework is right for your project<
3333
<h3><span>&raquo;</span> Try the Hello World Tutorial</h3>
3434
<div class="try-option-content">
3535
<p>The Java and Scala Hello World projects are self-contained tutorials that include a distribution of the sbt build tool.</p>
36-
<p>Play requires Java 8 or higher. Check your version with the <code>java -version</code> command and if needed, install it from <a href="//www.oracle.com/technetwork/java/javase/downloads/index.html" rel="noopener">Oracle's site</a>.</p>
36+
<p>Play requires Java 8 or higher. Check your version with the <code>java -version</code> command and if needed, install it from <a href="https://adoptium.net/" rel="noopener">Adoptium</a>.</p>
3737
<p>To try the tutorial, first download the Java or Scala project:</p>
3838
<table>
3939
@examples.sections.map { case (version, section) =>

0 commit comments

Comments
 (0)