From d76c3e6aaba6f5f68eec4227c6e93f91a5d876cd Mon Sep 17 00:00:00 2001 From: Tobi Lehman Date: Fri, 25 Aug 2023 17:05:49 -0700 Subject: [PATCH] Fix broken apache http link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5684b73..0e5b7de 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.com/puppetlabs/clj-http-client.png?branch=master)](https://travis-ci.com/puppetlabs/clj-http-client) This is a wrapper around the [Apache HttpAsyncClient -library](http://hc.apache.org/httpcomponents-asyncclient-4.0.x/) providing +library](https://hc.apache.org/httpcomponents-asyncclient-4.1.x/index.html) providing some extra functionality for configuring SSL in a way compatible with Puppet. ## Installation