From eb56a08cb64e5c492a1602927804cf632475ce03 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:49:46 +0530 Subject: [PATCH] Update README.md --- core-java-modules/core-java-networking-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-networking-2/README.md b/core-java-modules/core-java-networking-2/README.md index 2b5e0e4edf..c223e20a84 100644 --- a/core-java-modules/core-java-networking-2/README.md +++ b/core-java-modules/core-java-networking-2/README.md @@ -4,7 +4,7 @@ This module contains articles about networking in Java ### Relevant Articles -- [Checking If a URL Exists in Java](https://www.baeldung.com/java-check-url-exists) +- [Checking if a URL Exists in Java](https://www.baeldung.com/java-check-url-exists) - [Making a JSON POST Request With HttpURLConnection](https://www.baeldung.com/httpurlconnection-post) - [Using Curl in Java](https://www.baeldung.com/java-curl) - [Do a Simple HTTP Request in Java](https://www.baeldung.com/java-http-request)