Skip to content

Commit e8f397b

Browse files
committed
[API] Update OSS docs
1 parent fc645b2 commit e8f397b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/clear_scroll.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module Actions
2929
# Deprecated since version 7.0.0
3030
#
3131
#
32-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/search-request-body.html#_clear_scroll_api
32+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/clear-scroll-api.html
3333
#
3434
def clear_scroll(arguments = {})
3535
headers = arguments.delete(:headers) || {}

elasticsearch-api/lib/elasticsearch/api/actions/indices/add_block.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Actions
3030
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
3131
# @option arguments [Hash] :headers Custom HTTP headers
3232
#
33-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/indices-blocks.html
33+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/index-modules-blocks.html
3434
#
3535
def add_block(arguments = {})
3636
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]

elasticsearch-api/lib/elasticsearch/api/actions/indices/resolve_index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module Actions
2929
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
#
32-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/indices-resolve-index.html
32+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/indices-resolve-index-api.html
3333
#
3434
def resolve_index(arguments = {})
3535
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]

0 commit comments

Comments
 (0)