Skip to content

Commit d6c9721

Browse files
committed
Fix link #20
1 parent 1a59600 commit d6c9721

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
@@ -729,7 +729,7 @@ System.out.println(string); // Nov 03, 2014 - 07:13
729729

730730
Unlike `java.text.NumberFormat` the new `DateTimeFormatter` is immutable and **thread-safe**.
731731

732-
For details on the pattern syntax read [here](http://download.java.net/jdk8/docs/api/java/time/format/DateTimeFormatter.html).
732+
For details on the pattern syntax read [here](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html).
733733

734734

735735
## Annotations

0 commit comments

Comments
 (0)