From 100b7ea4b59bae8b23c94da1c7fdb34c0b13824f Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 11 Apr 2016 19:35:59 +0100 Subject: [PATCH] Fix the README file with the correct link to the CONTRBUTING.md (#6127) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7cdf90bc..12a98af2a 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ git push origin my-feature-branch Terraform has a comprehensive [acceptance test](http://en.wikipedia.org/wiki/Acceptance_testing) suite covering the -built-in providers. Our [Contributing Guide](https://github.com/hashicorp/terraform/blob/master/CONTRIBUTING.md) includes details about how and when to write and run acceptance tests in order to help contributions get accepted quickly. +built-in providers. Our [Contributing Guide](https://github.com/hashicorp/terraform/blob/master/.github/CONTRIBUTING.md) includes details about how and when to write and run acceptance tests in order to help contributions get accepted quickly. ### Cross Compilation and Building for Distribution