From 95208a918e2fb14607504ee85c4f9192246be93d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:34:52 +0100 Subject: [PATCH] Fix broken LLRC link in README.md (#187) (#196) Closes #186 Co-authored-by: Alexander Reelsen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ec73e14..89900d797 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The official Java client for [Elasticsearch](https://github.com/elastic/elasticsearch). -The Java client for Elasticsearch provides strongly typed requests and responses for all Elasticsearch APIs. It delegates protocol handling to an http client such as the [Elasticsearch Low Level REST client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html) that takes care of all transport-level concerns (http connection establishment and pooling, retries, etc). +The Java client for Elasticsearch provides strongly typed requests and responses for all Elasticsearch APIs. It delegates protocol handling to an http client such as the [Elasticsearch Low Level REST client](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low.html) that takes care of all transport-level concerns (http connection establishment and pooling, retries, etc). The `docs/design` folder contains records of the major decisions in the design of the API. Most notably: