Skip to content

Commit 6132d8a

Browse files
authored
Merge pull request #939 from cb372/fix-link-error
Update JDK link
2 parents 02736b1 + 1d7af71 commit 6132d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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://java.sun.com/javase/).
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).
5858

5959
> scalac HelloWorld.scala
6060

0 commit comments

Comments
 (0)