From 50b42ef9659d8395e89cccaf3e923dcf73a9993d Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Mon, 9 Oct 2023 08:57:39 -0600 Subject: [PATCH] fix(UI): Agent docs url --- web/src/constants/DataStore.constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/constants/DataStore.constants.tsx b/web/src/constants/DataStore.constants.tsx index 4fda70c483..97fea88932 100644 --- a/web/src/constants/DataStore.constants.tsx +++ b/web/src/constants/DataStore.constants.tsx @@ -19,7 +19,7 @@ export const SupportedDataStoresToName = { } as const; export const SupportedDataStoresToDocsLink = { - [SupportedDataStores.Agent]: 'https://docs.tracetest.io/configuration/connecting-to-data-stores/agent', + [SupportedDataStores.Agent]: 'https://docs.tracetest.io/configuration/agent', [SupportedDataStores.JAEGER]: 'https://docs.tracetest.io/configuration/connecting-to-data-stores/jaeger', [SupportedDataStores.OpenSearch]: 'https://docs.tracetest.io/configuration/connecting-to-data-stores/opensearch', [SupportedDataStores.ElasticApm]: 'https://docs.tracetest.io/configuration/connecting-to-data-stores/elasticapm',