From e7d3461b37b92ee5b95ee2fefd9fe813146e4183 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:00:18 -0800 Subject: [PATCH] correct doc link (#1335) (#1336) (cherry picked from commit 177ae3142f467cd1763cc4f876a311085ea3fd80) Signed-off-by: Eric Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- common/constants/explorer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants/explorer.ts b/common/constants/explorer.ts index c0942c0a1..187d5d40c 100644 --- a/common/constants/explorer.ts +++ b/common/constants/explorer.ts @@ -9,7 +9,7 @@ import { VIS_CHART_TYPES } from './shared'; // URLs export const EVENT_ANALYTICS_DOCUMENTATION_URL = - 'https://opensearch.org/docs/latest/observability-plugin/event-analytics/'; + 'https://opensearch.org/docs/latest/observing-your-data/event-analytics/'; export const OPEN_TELEMETRY_LOG_CORRELATION_LINK = 'https://opentelemetry.io/docs/reference/specification/logs/overview/#log-correlation'; export const LOG_EXPLORER_BASE_PATH = 'observability-logs#/explorer/';