lib/elasticsearch/api/actions/snapshot/status.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/snapshot/status.rb in elasticsearch-api-7.1.0
- old
+ new
@@ -35,10 +35,10 @@
# @option arguments [Boolean] :ignore_unavailable Whether to ignore unavailable snapshots, defaults to
# false which means a SnapshotMissingException is thrown
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
# @option arguments [Number,List] :ignore The list of HTTP errors to ignore
#
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html#_snapshot_status
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html#_snapshot_status
#
def status(arguments={})
repository = arguments.delete(:repository)
snapshot = arguments.delete(:snapshot)