Skip to content

Commit 904e059

Browse files
committed
Update documentation links for exception handling and interface methods
1 parent c104488 commit 904e059

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

content/errors/multi-catch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ related:
5050
- "errors/helpful-npe"
5151
- "errors/require-nonnull-else"
5252
docs:
53-
- title: "The catch Blocks"
54-
href: "https://docs.oracle.com/javase/tutorial/essential/exceptions/catch.html"
53+
- title: "Catching and Handling Exceptions (dev.java)"
54+
href: "https://dev.java/learn/exceptions/catching-handling/"

content/io/try-with-resources-effectively-final.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ related:
4545
- "io/reading-files"
4646
- "io/http-client"
4747
docs:
48-
- title: "The try-with-resources Statement"
49-
href: "https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html"
48+
- title: "Catching and Handling Exceptions (dev.java)"
49+
href: "https://dev.java/learn/exceptions/catching-handling/"

content/language/default-interface-methods.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ related:
6262
- "language/pattern-matching-instanceof"
6363
- "language/sealed-classes"
6464
docs:
65-
- title: "Default Methods (Java Tutorial)"
66-
href: "https://docs.oracle.com/javase/tutorial/java/IandI/defaultmethods.html"
65+
- title: "Evolving Interfaces (dev.java)"
66+
href: "https://dev.java/learn/interfaces/examples/"

content/language/static-methods-in-interfaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ related:
5959
- "language/private-interface-methods"
6060
- "collections/immutable-list-creation"
6161
docs:
62-
- title: "Default Methods (Oracle Tutorial)"
63-
href: "https://docs.oracle.com/javase/tutorial/java/IandI/defaultmethods.html"
62+
- title: "Evolving Interfaces (dev.java)"
63+
href: "https://dev.java/learn/interfaces/examples/"

0 commit comments

Comments
 (0)