From 7509c6cbc41bb0a6549b9069e120f08b1a3ca017 Mon Sep 17 00:00:00 2001 From: Gang Chen <13298548+MoonBall@users.noreply.github.com> Date: Wed, 28 Apr 2021 23:35:32 +0800 Subject: [PATCH] Documentation: Update developer-guide.md (#33478) --- contribute/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/developer-guide.md b/contribute/developer-guide.md index 27a4967a600..dff545abdd4 100644 --- a/contribute/developer-guide.md +++ b/contribute/developer-guide.md @@ -177,7 +177,7 @@ make devenv sources=influxdb,loki The script generates a Docker Compose file with the databases you specify as `sources`, and runs them in the background. -See the repository for all the [available data sources](/devenv/docker/blocks). Note that some data sources have specific Docker images for macOS, e.g. `prometheus_mac`. +See the repository for all the [available data sources](/devenv/docker/blocks). Note that some data sources have specific Docker images for macOS, e.g. `nginx_proxy_mac`. ## Build a Docker image