From ca639280dc976762012193bfb6dc83beb85efb51 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 16:03:34 +0200 Subject: [PATCH] [7.x][DOCS] Updates the link in Introduction that points to LLRC. --- docs/introduction.asciidoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index 72b410230..b45e59701 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -3,8 +3,7 @@ beta[] -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 +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 <> that takes care of all +transport-level concerns. \ No newline at end of file