Fixes #4081: Fix broken README link for 'compile Packer yourself'.

This commit is contained in:
Jeff Geerling 2016-10-27 22:31:57 -05:00
parent 252cc4cd1c
commit 8ca9f633d3
1 changed files with 1 additions and 1 deletions

View File

@ -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