From feaebfaafe6476636fbec305760072b379547a02 Mon Sep 17 00:00:00 2001 From: Haroon Khan Date: Wed, 15 Jun 2022 09:00:05 +0100 Subject: [PATCH] [JAVA-12620] Fix link --- core-java-modules/core-java-exceptions-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-exceptions-2/README.md b/core-java-modules/core-java-exceptions-2/README.md index 428ca16813..d37808b8d9 100644 --- a/core-java-modules/core-java-exceptions-2/README.md +++ b/core-java-modules/core-java-exceptions-2/README.md @@ -14,5 +14,5 @@ This module contains articles about core java exceptions - [How to Find an Exception’s Root Cause in Java](https://www.baeldung.com/java-exception-root-cause) - [Java IOException “Too many open files”](https://www.baeldung.com/java-too-many-open-files) - [When Does Java Throw the ExceptionInInitializerError?](https://www.baeldung.com/java-exceptionininitializererror) -- More articles: [[<-- prev]](../core-java-exceptions-1) [[next -->]](../core-java-exceptions-3) +- More articles: [[<-- prev]](../core-java-exceptions) [[next -->]](../core-java-exceptions-3)