From 931f7ee22195e6f611643a584251831903fef2b3 Mon Sep 17 00:00:00 2001 From: Brent Brewington Date: Wed, 22 Nov 2023 14:11:13 -0500 Subject: [PATCH] Remove pinned version from dbt-meshify link At time of making this change, version 0.5 is latest, but the link I changed here is pinned to 0.1 By removing the version, the browser should auto-redirect the user to the latest one --- .../docs/best-practices/how-we-mesh/mesh-3-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/best-practices/how-we-mesh/mesh-3-implementation.md b/website/docs/best-practices/how-we-mesh/mesh-3-implementation.md index 65ed5d7935b..5934c1625a3 100644 --- a/website/docs/best-practices/how-we-mesh/mesh-3-implementation.md +++ b/website/docs/best-practices/how-we-mesh/mesh-3-implementation.md @@ -127,4 +127,4 @@ We've provided a set of example projects you can use to explore the topics cover ### dbt-meshify -We recommend using the `dbt-meshify` [command line tool]() to help you do this. This comes with CLI operations to automate most of the above steps. +We recommend using the `dbt-meshify` [command line tool]() to help you do this. This comes with CLI operations to automate most of the above steps.