Fix the README file with the correct link to the CONTRBUTING.md (#6127)

This commit is contained in:
Paul Stack 2016-04-11 19:35:59 +01:00 committed by James Nugent
parent b44f7f28e0
commit 100b7ea4b5
1 changed files with 1 additions and 1 deletions

View File

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