From ec1fa4001029fabaff2ff4fbb1fe8a9024d6ed0c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:46:04 +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 958f724fc8..2b5e0e4edf 100644 --- a/core-java-modules/core-java-networking-2/README.md +++ b/core-java-modules/core-java-networking-2/README.md @@ -5,7 +5,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) -- [Making a JSON POST Request with HttpURLConnection](https://www.baeldung.com/httpurlconnection-post) +- [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) - [Sending Emails with Java](https://www.baeldung.com/java-email)