From c2d7d420f98cd614bd1604ad8865a3f0166855dc Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 1 Nov 2016 11:16:47 -0700 Subject: [PATCH] fix broken link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ad610cb3..211b4cc02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,7 +108,7 @@ Note that you will need to use [govendor](https://github.com/kardianos/govendor) Use `govendor fetch ` to add dependencies to the project. See [govendor quick -start(https://github.com/kardianos/govendor#quick-start-also-see-the-faq) for +start](https://github.com/kardianos/govendor#quick-start-also-see-the-faq) for examples. Please only apply the minimal vendor changes to get your PR to work. Packer does not attempt to track the latest version for each dependency.