Skip to content

Commit cc54874

Browse files
Change link in update settings (#8773) (#8779)
1 parent 2c0c66d commit cc54874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_api-reference/index-apis/update-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ canonical_url: https://opensearch.org/docs/latest/api-reference/index-apis/updat
1212
**Introduced 1.0**
1313
{: .label .label-purple }
1414

15-
You can use the update settings API operation to update index-level settings. You can change dynamic index settings at any time, but static settings cannot be changed after index creation. For more information about static and dynamic index settings, see [Create index]({{site.url}}{{site.baseurl}}/api-reference/index-apis/create-index/).
15+
You can use the update settings API operation to update index-level settings. You can change dynamic index settings at any time, but static settings cannot be changed after index creation. For more information about static and dynamic index settings, see [Configuring OpenSearch]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/index/).
1616

1717
Aside from the static and dynamic index settings, you can also update individual plugins' settings. To get the full list of updatable settings, run `GET <target-index>/_settings?include_defaults=true`.
1818

0 commit comments

Comments
 (0)