From beeb6f9e935839f024b69a00a8f628f9a93db12d Mon Sep 17 00:00:00 2001 From: M1nKyu <124333357+M1nKyu@users.noreply.github.com> Date: Sun, 23 Mar 2025 23:17:21 +0900 Subject: [PATCH] fix: resource broken link (#8378) - The previous URL for the article "Exception Handling in Java" in the Java Developer Roadmap was not working. - Replaced it with a working URL. --- .../java/content/exception-handling@g9P3548F38tYGjevBc42w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md b/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md index 8d563b47d..6e23baf64 100644 --- a/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md +++ b/src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md @@ -11,4 +11,4 @@ There are three types of exceptions - Visit the following resources to learn more: - [@video@Understanding Java Exceptions](https://www.youtube.com/watch?v=W-N2ltgU-X4) -- [@article@Exception Handling in Java](https://www.javatpoint.com/exception-handling-in-java) +- [@article@Exception Handling in Java](https://www.tpointtech.com/exception-handling-in-java)