lib/elasticsearch/api/actions/cat/master.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/cat/master.rb in elasticsearch-api-7.1.0
- old
+ new
@@ -41,10 +41,10 @@
# @option arguments [Boolean] :help Return information about headers
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node
# (default: false)
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
#
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-master.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html
#
def master(arguments={})
method = HTTP_GET
path = "_cat/master"
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)