You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/gettingStarted.scala.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ <h3><span>»</span> Learn whether Play Framework is right for your project<
33
33
<h3><span>»</span> Try the Hello World Tutorial</h3>
34
34
<divclass="try-option-content">
35
35
<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 <ahref="//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 <ahref="https://adoptium.net/" rel="noopener">Adoptium</a>.</p>
37
37
<p>To try the tutorial, first download the Java or Scala project:</p>
38
38
<table>
39
39
@examples.sections.map { case (version, section) =>
0 commit comments