From 6780f18bfeb61d82de71d83a1a614b5287ff5a34 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:00:54 +0100 Subject: [PATCH] Documentation: Update developer-guide.md (#33478) (#33490) (cherry picked from commit 7509c6cbc41bb0a6549b9069e120f08b1a3ca017) Co-authored-by: Gang Chen <13298548+MoonBall@users.noreply.github.com> --- 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 fae3c5e0582..88b4bc2a4d7 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