From cfb0d86818db14ca0ab625a2e6c56e2204eab1cf Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Fri, 24 Jan 2025 13:27:31 -0600 Subject: [PATCH] Update docker/README.md --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 1a2830cb260..d78ae03b10a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -7,7 +7,7 @@ This Dockerfile can create images for the following targets, each named after th * `dbt-core` _(no db-adapter support)_ * `dbt-third-party` _(requires additional build-arg)_ -For platform-specific images, please refer to that platform's repository (eg. `dbt-labs/dbt-adapters/dbt-postgres`) +For platform-specific images, please refer to that platform's repository (eg. [dbt-postgres](https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-postgres/docker/README.md)) In order to build a new image, run the following docker command. ```