@@ -830,7 +830,7 @@ async def delete_index_template(
830830 """
831831 Deletes an index template.
832832
833- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
833+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template .html>`_
834834
835835 :param name: Comma-separated list of index template names used to limit the request.
836836 Wildcard (*) expressions are supported.
@@ -878,7 +878,7 @@ async def delete_template(
878878 """
879879 Deletes an index template.
880880
881- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
881+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template-v1 .html>`_
882882
883883 :param name: The name of the legacy index template to delete. Wildcard (`*`)
884884 expressions are supported.
@@ -1190,7 +1190,7 @@ async def exists_index_template(
11901190 """
11911191 Returns information about whether a particular index template exists.
11921192
1193- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices -templates.html>`_
1193+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/index -templates.html>`_
11941194
11951195 :param name: Comma-separated list of index template names used to limit the request.
11961196 Wildcard (*) expressions are supported.
@@ -1235,7 +1235,7 @@ async def exists_template(
12351235 """
12361236 Returns information about whether a particular index template exists.
12371237
1238- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
1238+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-template-exists-v1 .html>`_
12391239
12401240 :param name: The comma separated names of the index templates
12411241 :param flat_settings: Return settings in flat format (default: false)
@@ -1925,7 +1925,7 @@ async def get_index_template(
19251925 """
19261926 Returns an index template.
19271927
1928- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
1928+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template .html>`_
19291929
19301930 :param name: Comma-separated list of index template names used to limit the request.
19311931 Wildcard (*) expressions are supported.
@@ -2149,7 +2149,7 @@ async def get_template(
21492149 """
21502150 Returns an index template.
21512151
2152- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
2152+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template-v1 .html>`_
21532153
21542154 :param name: Comma-separated list of index template names used to limit the request.
21552155 Wildcard (`*`) expressions are supported. To return all index templates,
@@ -2576,7 +2576,7 @@ async def put_index_template(
25762576 """
25772577 Creates or updates an index template.
25782578
2579- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
2579+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template .html>`_
25802580
25812581 :param name: Index or template name
25822582 :param composed_of: An ordered list of component template names. Component templates
@@ -2896,7 +2896,7 @@ async def put_template(
28962896 """
28972897 Creates or updates an index template.
28982898
2899- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html>`_
2899+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1 .html>`_
29002900
29012901 :param name: The name of the template
29022902 :param aliases: Aliases for the index.
@@ -3509,7 +3509,7 @@ async def simulate_index_template(
35093509 """
35103510 Simulate matching the given index name against the index templates in the system
35113511
3512- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
3512+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index .html>`_
35133513
35143514 :param name: Index or template name to simulate
35153515 :param allow_auto_create: This setting overrides the value of the `action.auto_create_index`
@@ -3612,7 +3612,7 @@ async def simulate_template(
36123612 """
36133613 Simulate resolving the given template name or body
36143614
3615- `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html>`_
3615+ `<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template .html>`_
36163616
36173617 :param name: Name of the index template to simulate. To test a template configuration
36183618 before you add it to the cluster, omit this parameter and specify the template
0 commit comments