From 8ca9f633d3e6bd97c5fc8fb99da72d7a9d558689 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 27 Oct 2016 22:31:57 -0500 Subject: [PATCH] Fixes #4081: Fix broken README link for 'compile Packer yourself'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc7db4ac8..3e1bb6773 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ will get you up and running quickly, at the sacrifice of not explaining some key points. First, [download a pre-built Packer binary](http://www.packer.io/downloads.html) -for your operating system or [compile Packer yourself](#developing-packer). +for your operating system or [compile Packer yourself](CONTRIBUTING.md#setting-up-go-to-work-on-packer). After Packer is installed, create your first template, which tells Packer what platforms to build images for and how you want to build them. In our