diff --git a/public/pages/CreateComposableTemplate/components/IndexSettings/IndexSettings.tsx b/public/pages/CreateComposableTemplate/components/IndexSettings/IndexSettings.tsx
index 985cebdcd..1ab282545 100644
--- a/public/pages/CreateComposableTemplate/components/IndexSettings/IndexSettings.tsx
+++ b/public/pages/CreateComposableTemplate/components/IndexSettings/IndexSettings.tsx
@@ -179,7 +179,7 @@ export default function IndexSettings(props: SubDetailProps) {
All the settings will be handled in flat structure.{" "}
diff --git a/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx b/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx
index b8d143b8c..b79e62495 100644
--- a/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx
+++ b/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx
@@ -135,7 +135,7 @@ export default function IndexSettings(props: SubDetailProps) {
All the settings will be handled in flat structure.{" "}
diff --git a/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx b/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx
index 2694d8936..7618491a7 100644
--- a/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx
+++ b/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx
@@ -178,7 +178,7 @@ export default function IndexSettings(props: SubDetailProps) {
All the settings will be handled in flat structure.{" "}
diff --git a/public/pages/CreateIndexTemplate/containers/CreateIndexTemplate/__snapshots__/CreateIndexTemplate.test.tsx.snap b/public/pages/CreateIndexTemplate/containers/CreateIndexTemplate/__snapshots__/CreateIndexTemplate.test.tsx.snap
index 263310130..1770ac276 100644
--- a/public/pages/CreateIndexTemplate/containers/CreateIndexTemplate/__snapshots__/CreateIndexTemplate.test.tsx.snap
+++ b/public/pages/CreateIndexTemplate/containers/CreateIndexTemplate/__snapshots__/CreateIndexTemplate.test.tsx.snap
@@ -460,7 +460,7 @@ exports[` spec render template pages 1`] = `
@@ -478,7 +478,7 @@ exports[` spec render template pages 1`] = `
diff --git a/public/pages/CreateIndexTemplate/containers/TemplateDetail/__snapshots__/TemplateDetail.test.tsx.snap b/public/pages/CreateIndexTemplate/containers/TemplateDetail/__snapshots__/TemplateDetail.test.tsx.snap
index a63053e60..494e3c27e 100644
--- a/public/pages/CreateIndexTemplate/containers/TemplateDetail/__snapshots__/TemplateDetail.test.tsx.snap
+++ b/public/pages/CreateIndexTemplate/containers/TemplateDetail/__snapshots__/TemplateDetail.test.tsx.snap
@@ -873,7 +873,7 @@ exports[` spec render component in non-edit-mode 1`] = `
@@ -891,7 +891,7 @@ exports[` spec render component in non-edit-mode 1`] = `
diff --git a/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap b/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap
index ce0b7eae4..2041a3add 100644
--- a/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap
+++ b/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap
@@ -471,7 +471,7 @@ Object {
@@ -489,7 +489,7 @@ Object {
diff --git a/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap b/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap
index b5834ac19..7a6abefca 100644
--- a/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap
+++ b/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap
@@ -534,7 +534,7 @@ exports[` spec renders the component 1`] = `
Specify a comma-delimited list of settings.
diff --git a/public/utils/constants.ts b/public/utils/constants.ts
index b7df09e5f..19c5d7cd3 100644
--- a/public/utils/constants.ts
+++ b/public/utils/constants.ts
@@ -16,7 +16,8 @@ export const ACTIONS_DOCUMENTATION_URL = "https://opensearch.org/docs/im-plugin/
export const STATES_DOCUMENTATION_URL = "https://opensearch.org/docs/im-plugin/ism/policies/#states";
export const ERROR_NOTIFICATION_DOCUMENTATION_URL = "https://opensearch.org/docs/im-plugin/ism/policies/#error-notifications";
export const TRANSITION_DOCUMENTATION_URL = "https://opensearch.org/docs/im-plugin/ism/policies/#transitions";
-export const INDEX_SETTINGS_URL = "https://opensearch.org/docs/latest/api-reference/index-apis/create-index#index-settings";
+export const INDEX_SETTINGS_URL =
+ "https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings";
export const SNAPSHOT_MANAGEMENT_DOCUMENTATION_URL = "https://opensearch.org/docs/latest/opensearch/snapshots/snapshot-management/";
export const CRON_EXPRESSION_DOCUMENTATION_URL = "https://opensearch.org/docs/latest/monitoring-plugins/alerting/cron/";
export const RESTORE_SNAPSHOT_DOCUMENTATION_URL =