From cd4813666b1911884e4e63c1e98303617e90f5c1 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Tue, 5 Apr 2022 20:07:20 +0800 Subject: [PATCH] Update README.md --- httpclient/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient/README.md b/httpclient/README.md index 9eed8eaff2..8ab5200765 100644 --- a/httpclient/README.md +++ b/httpclient/README.md @@ -8,7 +8,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles: -- [HttpClient 4 – Cancel Request](https://www.baeldung.com/httpclient-cancel-request) +- [Apache HttpClient – Cancel Request](https://www.baeldung.com/httpclient-cancel-request) - [HttpClient 4 Cookbook](https://www.baeldung.com/httpclient4) - [Unshorten URLs with HttpClient](https://www.baeldung.com/unshorten-url-httpclient) - [Apache HttpClient – Follow Redirects for POST](https://www.baeldung.com/httpclient-redirect-on-http-post)