From 28605b3a77da76b68613140cd96c4959b9d19ed0 Mon Sep 17 00:00:00 2001 From: Eric Carboni Date: Wed, 20 May 2020 17:14:53 -0400 Subject: [PATCH] docs: fix dockerfile link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5753e22..e778fb58 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ To build the Docker image with the exporter, run: $ make container ``` -Note: go is not required, as the exporter binary is built in a Docker container. See the [Dockerfile](Dockerfile). +Note: go is not required, as the exporter binary is built in a Docker container. See the [Dockerfile](build/Dockerfile). ### Building the Binary