mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-05 22:39:36 -05:00
docs: fix Github repository URL in README (#136)
This commit is contained in:
parent
8da701db26
commit
056a3bd7ba
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue