lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-7.14.1 vs lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-7.15.0

- old
+ new

@@ -20,10 +20,10 @@ module Actions # Returns whether the cluster is running. # # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/index.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/index.html # def ping(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone