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)