1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

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.
This commit is contained in:
M1nKyu
2025-03-23 23:17:21 +09:00
committed by GitHub
parent a6519d7aba
commit beeb6f9e93

View File

@@ -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)