From 7aafacce7932ea746b3251e5805fe568c320fdd6 Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Thu, 9 Oct 2025 13:51:21 +0200 Subject: [PATCH] OU-1000: Fix link to Tempo docs Signed-off-by: Andreas Gerstmayr --- web/src/pages/TracesPage/TracesPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/TracesPage/TracesPage.tsx b/web/src/pages/TracesPage/TracesPage.tsx index 0e480a2..9e9bc7f 100644 --- a/web/src/pages/TracesPage/TracesPage.tsx +++ b/web/src/pages/TracesPage/TracesPage.tsx @@ -30,7 +30,7 @@ const createTempoStackLink = const createTempoMonolithicLink = '/api-resource/all-namespaces/tempo.grafana.com~v1alpha1~TempoMonolithic/instances'; const viewInstallationDocsLink = - 'https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing/distributed-tracing-platform-tempo'; + 'https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing'; function TracesPage() { const { t } = useTranslation('plugin__distributed-tracing-console-plugin');