From f2204c572283cbe0548cbd29edf66c91b5bef2aa Mon Sep 17 00:00:00 2001 From: Khalil Date: Wed, 10 Mar 2021 11:07:57 +0100 Subject: [PATCH] Update usage link (#1404) (#1413) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f57f3b48..cffcee13f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ We recommend that you write a lightweight proxy that uses this client instead, y ## Documentation - [Introduction](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/introduction.html) -- [Usage](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-usage.html) +- [Usage](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-connecting.html#client-usage) - [Client configuration](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-configuration.html) - [API reference](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html) - [Breaking changes coming from the old client](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/breaking-changes.html)