Skip to content

Commit

Permalink
Fixing url to Index settings doc
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Tuliakov <tulyakov@yandex-team.ru>
  • Loading branch information
MrChaos1993 committed Feb 24, 2025
1 parent 152c343 commit 51d7a62
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,9 @@ exports[`<IndexForm /> spec render page 1`] = `
>
<p>
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/create-index#index-settings"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
rel="noopener noreferrer"
target="_blank"
>
Expand All @@ -435,7 +434,6 @@ exports[`<IndexForm /> spec render page 1`] = `
</p>
<p>
All the settings will be handled in flat structure.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/api-reference/index-apis/get-index/#query-parameters"
Expand Down Expand Up @@ -606,7 +604,6 @@ exports[`<IndexForm /> spec render page 1`] = `
>
<div>
Define how documents and their fields are stored and indexed.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/undefined/opensearch/mappings/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ exports[`<CreateIndexTemplate /> spec render template pages 1`] = `
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/create-index#index-settings"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ exports[`<TemplateDetail /> spec render component in non-edit-mode 1`] = `
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/create-index#index-settings"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Object {
Specify a comma-delimited list of settings.
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/create-index#index-settings"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ exports[`<Shrink index /> spec renders the component 1`] = `
class="euiText euiText--small"
>
<h3>
Index alias
Index alias
<i>
– optional
</i>
Expand Down Expand Up @@ -534,7 +534,7 @@ exports[`<Shrink index /> spec renders the component 1`] = `
Specify a comma-delimited list of settings. 
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/create-index#index-settings"
href="https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/#index-level-index-settings"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
3 changes: 2 additions & 1 deletion public/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 51d7a62

Please sign in to comment.