From 55e6be9b74ef6abd8c1db87897e9f06a64366ede Mon Sep 17 00:00:00 2001 From: Sylvia Schmitt Date: Sun, 18 Feb 2024 13:03:58 +0100 Subject: [PATCH] Update docker-install.md Fixing 404 error for link Link for dbt data platform and adapters was not working and resultied in a 404 error. --- website/docs/docs/core/docker-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/core/docker-install.md b/website/docs/docs/core/docker-install.md index 6c1ec9da9e1..5cd3e474f02 100644 --- a/website/docs/docs/core/docker-install.md +++ b/website/docs/docs/core/docker-install.md @@ -11,7 +11,7 @@ You might also be able to use Docker to install and develop locally if you don't ### Prerequisites * You've installed Docker. For more information, see the [Docker](https://docs.docker.com/) site. -* You understand which database adapter(s) you need. For more information, see [About dbt adapters](docs/core/installation-overview#about-dbt-data-platforms-and-adapters). +* You understand which database adapter(s) you need. For more information, see [About dbt adapters](installation-overview.md#about-dbt-data-platforms-and-adapters). * You understand how dbt Core is versioned. For more information, see [About dbt Core versions](/docs/dbt-versions/core). * You have a general understanding of the dbt, dbt workflow, developing locally in the command line interface (CLI). For more information, see [About dbt](/docs/introduction#how-do-i-use-dbt).