Skip to content

Commit 95208a9

Browse files
Fix broken LLRC link in README.md (#187) (#196)
Closes #186 Co-authored-by: Alexander Reelsen <alexander@reelsen.net>
1 parent ee774ad commit 95208a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The official Java client for [Elasticsearch](https://github.com/elastic/elasticsearch).
66

7-
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).
7+
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).
88

99
The `docs/design` folder contains records of the major decisions in the design of the API. Most notably:
1010

0 commit comments

Comments
 (0)