From 0a40b905adb93c8d91ca8ff57f15c9d81ca616f2 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Sat, 30 Nov 2013 00:01:18 -0800 Subject: [PATCH] Point gox link to correct repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d3368ce..ef498b853 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ For some additional dependencies, Go needs [Mercurial](http://mercurial.selenic. and [Bazaar](http://bazaar.canonical.com/en/) to be installed. Packer itself doesn't require these, but a dependency of a dependency does. -You'll also need [`gox`](https://github.com/mitchellh/packer) +You'll also need [`gox`](https://github.com/mitchellh/gox) to compile packer. You can install that with: ```