Skip to content

Commit 1952106

Browse files
authored
Merge pull request #6 from richardc/readme_fixup
Fix bad boilerplate in README
2 parents ab42811 + 770a91a commit 1952106

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Requirements
1616
Building The Provider
1717
---------------------
1818

19-
Clone repository to: `$GOPATH/src/github.com/hashicorp/terraform-provider-$PROVIDER_NAME`
19+
Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-$PROVIDER_NAME`
2020

2121
```sh
22-
$ mkdir -p $GOPATH/src/github.com/hashicorp; cd $GOPATH/src/github.com/hashicorp
23-
$ git clone [email protected]:hashicorp/terraform-provider-$PROVIDER_NAME
22+
$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
23+
$ git clone [email protected]:terraform-providers/terraform-provider-$PROVIDER_NAME
2424
```
2525

2626
Enter the provider directory and build the provider
2727

2828
```sh
29-
$ cd $GOPATH/src/github.com/hashicorp/terraform-provider-$PROVIDER_NAME
29+
$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-$PROVIDER_NAME
3030
$ make build
3131
```
3232

0 commit comments

Comments
 (0)