Skip to content

Commit

Permalink
[DOCS] Fix restore snapshot index setting links (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored and untergeek committed Nov 25, 2020
1 parent a94725f commit 17bbb0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curator/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ def __init__(
:type rename_replacement: str
:arg extra_settings: Extra settings, including shard count and settings
to omit. For more information see
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html#_changing_index_settings_during_restore
https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-restore-snapshot.html#change-index-settings-during-restore
:type extra_settings: dict, representing the settings.
:arg wait_for_completion: Wait (or not) for the operation
to complete before returning. (default: `True`)
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ actions:

In this case, the number of replicas will be applied to the restored indices.

For more information see the {ref}/modules-snapshots.html#_changing_index_settings_during_restore[official Elasticsearch Documentation].
For more information see the {ref}/snapshots-restore-snapshot.html#change-index-settings-during-restore[official Elasticsearch Documentation].

=== Required settings

Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ options:

=== <<restore,restore>>

See the {ref}/modules-snapshots.html#_changing_index_settings_during_restore[official Elasticsearch Documentation].
See the {ref}/snapshots-restore-snapshot.html#change-index-settings-during-restore[official Elasticsearch Documentation].

[source,yaml]
-------------
Expand Down

0 comments on commit 17bbb0d

Please sign in to comment.