Skip to content
Snippets Groups Projects
Unverified Commit 10ecdd7c authored by Chris Truter's avatar Chris Truter Committed by GitHub
Browse files

Remove double prefix (#46884)

parent 606a1630
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment