From 10ecdd7ccf1d1c3fa7aa50349242f40f332db0d6 Mon Sep 17 00:00:00 2001 From: Chris Truter <crisptrutski@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:28:53 +0200 Subject: [PATCH] Remove double prefix (#46884) --- .../components/ValuesSourceModal/ValuesSourceTypeModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/metabase/parameters/components/ValuesSourceModal/ValuesSourceTypeModal.tsx b/frontend/src/metabase/parameters/components/ValuesSourceModal/ValuesSourceTypeModal.tsx index 04262198bea..0c82f442e03 100644 --- a/frontend/src/metabase/parameters/components/ValuesSourceModal/ValuesSourceTypeModal.tsx +++ b/frontend/src/metabase/parameters/components/ValuesSourceModal/ValuesSourceTypeModal.tsx @@ -442,7 +442,7 @@ const ListSourceModal = ({ function ModelHint() { const showMetabaseLinks = useSelector(getShowMetabaseLinks); - const href = getLearnUrl("learn/data-modeling/models"); + const href = getLearnUrl("data-modeling/models"); const text = t`do it once in a model`; const link = showMetabaseLinks ? ( <strong> -- GitLab