From c2c75e21df29ec0299ef487172ef6e1f44ba59b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 4 Oct 2021 15:31:19 +0200 Subject: [PATCH] [DOCS] Updates the link in Introduction that points to LLRC. --- docs/introduction.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index deebbbd87..f66123186 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -5,6 +5,5 @@ experimental[] This is the official Java API client for {es}. The client provides strongly typed requests and responses for all {es} APIs. It delegates protocol handling -to an http client such as the -https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-low.html[{es} Low Level REST client] -that takes care of all transport-level concerns. \ No newline at end of file +to an http client such as the <> that takes care of all +transport-level concerns. \ No newline at end of file