docs: fix Github repository URL in README (#136)

This commit is contained in:
Mark 2021-02-26 20:21:14 +02:00 committed by GitHub
parent 8da701db26
commit 056a3bd7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
## Building The Provider
```sh
$ git clone git@github.com:terraform-providers/terraform-provider-docker
$ git clone git@github.com:kreuzwerker/terraform-provider-docker
$ make build
```
@ -47,4 +47,4 @@ resource "docker_container" "foo" {
name = "foo"
image = docker_image.foo.latest
}
```
```