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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -786,9 +786,9 @@ Furthermore the usage of annotations in Java 8 is expanded to two new targets:
786
786
787
787
##Where to go from here?
788
788
789
-
My programming guide to Java 8 ends here. If you want to learn more about all the new classes and features of the JDK 8 API,just read my[follow up article](/posts/2014/03/29/jdk8-api-explorer/). It helps you figuring out all the new classes and hidden gems of JDK 8, like`Arrays.parallelSort`,`StampedLock` and`CompletableFuture` - just to name a few.
789
+
My programming guide to Java 8 ends here. If you want to learn more about all the new classes and features of the JDK 8 API,check out my[JDK8 API Explorer](http://winterbe.com/projects/java8-explorer/). It helps you figuring out all the new classes and hidden gems of JDK 8, like`Arrays.parallelSort`,`StampedLock` and`CompletableFuture` - just to name a few.
790
790
791
-
I've published a bunch of follow-up articles on my[blog](http://winterbe.com) that might be interesting to you:
791
+
I'vealsopublished a bunch of follow-up articles on my[blog](http://winterbe.com) that might be interesting to you: