Skip to content

Commit 158ea91

Browse files
authored
[DOCS] Hardcode fix for broken link to unblock doc build (#1575)
1 parent 26887ca commit 158ea91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/connecting.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ const client = new Client({
6161
==== ApiKey authentication
6262

6363
You can use the
64-
https://www.elastic.co/guide/en/elasticsearch/reference/7.x/security-api-create-api-key.html[ApiKey]
64+
https://www.elastic.co/guide/en/elasticsearch/reference/7.16/security-api-create-api-key.html[ApiKey]
6565
authentication by passing the `apiKey` parameter via the `auth` option. The
6666
`apiKey` parameter can be either a base64 encoded string or an object with the
6767
values that you can obtain from the
68-
https://www.elastic.co/guide/en/elasticsearch/reference/7.x/security-api-create-api-key.html[create api key endpoint].
68+
https://www.elastic.co/guide/en/elasticsearch/reference/7.16/security-api-create-api-key.html[create api key endpoint].
6969

7070
NOTE: If you provide both basic authentication credentials and the ApiKey
7171
configuration, the ApiKey takes precedence.

0 commit comments

Comments
 (0)