Skip to content

Commit ea1cf7e

Browse files
committed
Remove broken URLs from auto-generated docs
1 parent 9fa98b4 commit ea1cf7e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/reference.asciidoc

-8
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,6 @@ client.cat.allocation(...)
527527
[discrete]
528528
==== component_templates
529529
Returns information about existing component_templates templates.
530-
531-
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/cat-compoentn-templates.html[Endpoint documentation]
532530
[source,ts]
533531
----
534532
client.cat.componentTemplates(...)
@@ -587,8 +585,6 @@ client.cat.indices(...)
587585
[discrete]
588586
==== master
589587
Returns information about the master node.
590-
591-
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/cat-8.5.html[Endpoint documentation]
592588
[source,ts]
593589
----
594590
client.cat.master(...)
@@ -2096,8 +2092,6 @@ client.migration.postFeatureUpgrade(...)
20962092
[discrete]
20972093
==== clear_trained_model_deployment_cache
20982094
Clear the cached results from a trained model deployment
2099-
2100-
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/clear-trained-model-deployment-cache.html[Endpoint documentation]
21012095
[source,ts]
21022096
----
21032097
client.ml.clearTrainedModelDeploymentCache(...)
@@ -3004,8 +2998,6 @@ client.security.authenticate(...)
30042998
[discrete]
30052999
==== bulk_update_api_keys
30063000
Updates the attributes of multiple existing API keys.
3007-
3008-
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/security-api-bulk-update-api-keys.html[Endpoint documentation]
30093001
[source,ts]
30103002
----
30113003
client.security.bulkUpdateApiKeys(...)

0 commit comments

Comments
 (0)