Skip to content

Commit 56879a0

Browse files
committed
Fix broken links in docs
1 parent ab72356 commit 56879a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ client.cat.allocation(...)
538538
==== component_templates
539539
Returns information about existing component_templates templates.
540540

541-
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cat-compoentn-templates.html[Endpoint documentation]
542541
[source,ts]
543542
----
544543
client.cat.componentTemplates(...)
@@ -598,7 +597,7 @@ client.cat.indices(...)
598597
==== master
599598
Returns information about the master node.
600599

601-
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cat-8.7.html[Endpoint documentation]
600+
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cat-master.html[Endpoint documentation]
602601
[source,ts]
603602
----
604603
client.cat.master(...)

0 commit comments

Comments
 (0)