From 8c632639595e744ced85e3b12f94d40d9c45a45a Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 15 Sep 2021 14:47:40 -0700 Subject: [PATCH] [DOCS] Fixes typo --- docs/installation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.asciidoc b/docs/installation.asciidoc index 75d8ee91b..6ab6a8076 100644 --- a/docs/installation.asciidoc +++ b/docs/installation.asciidoc @@ -7,7 +7,7 @@ Requirements: * Java 8 or later. The library provides high-level type-safe classes and methods for all {es} APIs. It sits on top of the - https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-low.htm8l[Low Level Rest Client] + https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[Low Level Rest Client] that manages all http communications. * The JSON implementation used by the Java client is pluggable and you must add