Skip to content

Commit 97458a4

Browse files
committed
fixing exists API link
1 parent 80ba445 commit 97458a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/pages/developer-tools-troubleshooting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Elasticsearch returns an `index_not_found_exception` when the data stream, index
1818
or alias you try to query does not exist. This can happen when you misspell the
1919
name or when the data has been indexed to a different data stream or index.
2020

21-
Use the https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-indices-exists-index-template[**Exists API**] to check whether
21+
Use the https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-indices-exists[**Exists API**] to check whether
2222
a data stream, index, or alias exists:
2323

2424
[source,js]

0 commit comments

Comments
 (0)