lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-7.9.0.pre vs lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-7.9.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.x/index.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/index.html
#
def ping(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone