lib/elasticsearch/api/actions/cat/help.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/cat/help.rb in elasticsearch-api-7.1.0

- old
+ new

@@ -22,10 +22,10 @@ # Help information for the Cat API # # @option arguments [Boolean] :help Return help information # - # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html # def help(arguments={}) method = HTTP_GET path = "_cat" params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)