lib/elasticsearch/xpack/api/actions/info.rb in elasticsearch-xpack-7.7.0.pre vs lib/elasticsearch/xpack/api/actions/info.rb in elasticsearch-xpack-7.7.0
- old
+ new
@@ -9,10 +9,10 @@
# Retrieves information about the installed X-Pack features.
#
# @option arguments [List] :categories Comma-separated list of info categories. Can be any of: build, license, features
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/info-api.html
#
def info(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone