Fix the README file with the correct link to the CONTRBUTING.md (#6127)
This commit is contained in:
parent
b44f7f28e0
commit
100b7ea4b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue