diff --git a/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx b/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx index cf4e9ea..757dc56 100644 --- a/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx +++ b/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx @@ -109,7 +109,7 @@ For example, if we have a `projects.yml` file, we'd have a Table called `Project
Generate Tables and dimensions for some of the models in my dbt project: - There may be a specific set of models that you want to start out with as Tables in Lightdash. If this is the case, we recommend [using dbt's `tags`](https://docs.getdbt.com/reference/resource-configs/tags) to tag these models. You can use sets of existing tags, or you can create a new Lightdash-specific tag. Something like this: + There may be a specific set of models that you want to start out with as Tables in Lightdash. If this is the case, we recommend using dbt's tags to tag these models. You can use sets of existing tags, or you can create a new Lightdash-specific tag. Something like this: ```yaml {{