Skip to content

Commit 6a7accd

Browse files
authored
Minor fixes in CONTRIBUTING.md (#1544)
Use proper name in intro, fix the link for terraform12 setup.
1 parent d95e6cb commit 6a7accd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Contributing to Databricks Terraform Provider
88
- [Code conventions](#code-conventions)
99
- [Linting](#linting)
1010

11-
We happily welcome contributions to databricks-terraform. We use GitHub Issues to track community reported issues and GitHub Pull Requests for accepting changes.
11+
We happily welcome contributions to the Databricks Terraform Provider. We use GitHub Issues to track community reported issues and GitHub Pull Requests for accepting changes.
1212

1313
## Installing for Terraform 0.12
1414

1515
If you use Terraform 0.12, please execute the following curl command in your shell:
1616

1717
```bash
18-
curl https://raw.githubusercontent.com/databricks/databricks-terraform/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
18+
curl https://raw.githubusercontent.com/databricks/terraform-provider-databricks/master/godownloader-databricks-provider.sh | bash -s -- -b $HOME/.terraform.d/plugins
1919
```
2020

2121
## Installing from source

0 commit comments

Comments
 (0)