Skip to content

Commit 19515ac

Browse files
authored
Merge pull request #960 from ashawley/oracle-404s
Try to fix Oracle.com 404s
2 parents dff9fb9 + 56dce97 commit 19515ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_downloads/2016-11-03-2.12.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.12.0
66
release_date: "November 03, 2016"
77
show_resources: "true"
88
permalink: /download/2.12.0.html
9-
requirements: "Scala 2.12 requires version 8 of the Java platform, as provided by <a href='http://openjdk.java.net/install/'>OpenJDK</a> or <a href='http://www.oracle.com/technetwork/java/javase/downloads/index.html'>Oracle</a>. Java 9 is not yet supported."
9+
requirements: "Scala 2.12 requires version 8 of the Java platform, as provided by <a href='http://openjdk.java.net/install/'>OpenJDK</a> or <a href='https://www.oracle.com/technetwork/java/javase/downloads/index.html'>Oracle</a>. Java 9 is not yet supported."
1010
resources: [
1111
["-main-unixsys", "scala-2.12.0.tgz", "https://downloads.lightbend.com/scala/2.12.0/scala-2.12.0.tgz", "Mac OS X, Unix, Cygwin", "19.24M"],
1212
["-main-windows", "scala-2.12.0.msi", "https://downloads.lightbend.com/scala/2.12.0/scala-2.12.0.msi", "Windows (msi installer)", "117.78M"],

_posts/2016-11-03-release-notes-2.12.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We hope to address the following in a later 2.12.x release:
5757

5858
### Java 8 runtime
5959

60-
Install a recent build of the Java 8 Platform, such as [OpenJDK](http://openjdk.java.net/install/) or [Oracle Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html). Any Java 8 compliant runtime will do (but note that Oracle versions before 8u102 have a known issue that [affects Scala](https://issues.scala-lang.org/browse/SI-9828)).
60+
Install a recent build of the Java 8 Platform, such as [OpenJDK](http://openjdk.java.net/install/) or [Oracle Java](https://www.oracle.com/technetwork/java/javase/downloads/index.html). Any Java 8 compliant runtime will do (but note that Oracle versions before 8u102 have a known issue that [affects Scala](https://issues.scala-lang.org/browse/SI-9828)).
6161

6262
We are planning to add (some) support for Java 9 in the near future. Full Java 9 support will be part of the 2.13 roadmap discussions.
6363

documentation/your-first-lines-of-scala.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The shortcut `:q` stands for the internal shell command `:quit` used to exit the
5454

5555
### Compile it!
5656

57-
The `scalac` command compiles one (or more) Scala source file(s) and generates Java bytecode which can be executed on any [standard JVM](http://java.sun.com/docs/books/jvms/). The Scala compiler works similarly to `javac`, the Java compiler of the [Java SDK](http://www.oracle.com/technetwork/java/index.html).
57+
The `scalac` command compiles one (or more) Scala source file(s) and generates Java bytecode which can be executed on any [standard JVM](http://java.sun.com/docs/books/jvms/). The Scala compiler works similarly to `javac`, the Java compiler of the [Java SDK](https://www.oracle.com/technetwork/java/index.html).
5858

5959
> scalac HelloWorld.scala
6060

0 commit comments

Comments
 (0)