Skip to content

Commit 3f0e9ef

Browse files
committed
Fix link to FunctionalInterface javadoc
1 parent be36e25 commit 3f0e9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Java 8 compatibility kit for Scala.
44

55
### Functional Interfaces for Scala functions
66

7-
A set of [Functional Interfaces](http://download.java.net/jdk8/docs/api/java/lang/FunctionalInterface.html)
7+
A set of [Functional Interfaces](https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html)
88
for `scala.FunctionN`. These are designed for convenient construction of Scala functions
99
using Java 8 lambda syntax.
1010

0 commit comments

Comments
 (0)