Skip to content

Commit

Permalink
Removed the extra forward slash leading to a non-existing documentati…
Browse files Browse the repository at this point in the history
…on (#231) (#244)
  • Loading branch information
opensearch-trigger-bot[bot] authored Sep 8, 2022
1 parent 2f96369 commit 65dea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const STATES_DOCUMENTATION_URL = "https://opensearch.org/docs/im-plugin/i
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 SNAPSHOT_MANAGEMENT_DOCUMENTATION_URL = "https://opensearch.org//docs/latest/opensearch/snapshots/snapshot-management/";
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 =
"https://opensearch.org/docs/latest/opensearch/snapshots/snapshot-restore/#restore-snapshots";
Expand Down

0 comments on commit 65dea7b

Please sign in to comment.