lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-8.9.0

- old
+ new

@@ -23,10 +23,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/8.8/index.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/index.html # def ping(arguments = {}) arguments = arguments.clone headers = arguments.delete(:headers) || {}