Skip to content

Commit

Permalink
fixing exists API link
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewallace committed Nov 5, 2024
1 parent 80ba445 commit 97458a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless/pages/developer-tools-troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Elasticsearch returns an `index_not_found_exception` when the data stream, index
or alias you try to query does not exist. This can happen when you misspell the
name or when the data has been indexed to a different data stream or index.

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

[source,js]
Expand Down

0 comments on commit 97458a4

Please sign in to comment.