Fix typos in docstring links to Elasticsearch documentation.
This commit is contained in:
@@ -4,7 +4,7 @@ class CatClient(NamespacedClient):
|
||||
@query_params('h', 'help', 'local', 'master_timeout', 'v')
|
||||
def aliases(self, name=None, params=None):
|
||||
"""
|
||||
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-aliases.html>`_
|
||||
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-alias.html>`_
|
||||
|
||||
:arg name: A comma-separated list of alias names to return
|
||||
:arg h: Comma-separated list of column names to display
|
||||
|
||||
@@ -193,7 +193,7 @@ class IndicesClient(NamespacedClient):
|
||||
def exists(self, index, params=None):
|
||||
"""
|
||||
Return a boolean indicating whether given index exists.
|
||||
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-indices-exists.html>`_
|
||||
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-exists.html>`_
|
||||
|
||||
:arg index: A list of indices to check
|
||||
:arg allow_no_indices: Whether to ignore if a wildcard indices
|
||||
|
||||
Reference in New Issue
Block a user