From 56879a0642aadfb06c6919daa3cb2f7e892a2a78 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 31 Mar 2023 15:52:54 -0500 Subject: [PATCH] Fix broken links in docs --- docs/reference.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference.asciidoc b/docs/reference.asciidoc index c19f54636..cdeb1edeb 100644 --- a/docs/reference.asciidoc +++ b/docs/reference.asciidoc @@ -538,7 +538,6 @@ client.cat.allocation(...) ==== component_templates Returns information about existing component_templates templates. -https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cat-compoentn-templates.html[Endpoint documentation] [source,ts] ---- client.cat.componentTemplates(...) @@ -598,7 +597,7 @@ client.cat.indices(...) ==== master Returns information about the master node. -https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cat-8.7.html[Endpoint documentation] +https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cat-master.html[Endpoint documentation] [source,ts] ---- client.cat.master(...)