Skip to content

Commit 6f4f4ee

Browse files
authored
Removed References to "ciscoecosystem" (#154)
Changed to "CiscoDevNet"
1 parent 39f1495 commit 6f4f4ee

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
@@ -8,17 +8,17 @@ Requirements
88
- [Go](https://golang.org/doc/install) Latest Version
99

1010
## Building The Provider ##
11-
Clone this repository to: `$GOPATH/src/github.com/ciscoecosystem/terraform-provider-cisco-aci`.
11+
Clone this repository to: `$GOPATH/src/github.com/CiscoDevNet/terraform-provider-cisco-aci`.
1212

1313
```sh
14-
$ mkdir -p $GOPATH/src/github.com/ciscoecosystem; cd $GOPATH/src/github.com/ciscoecosystem
15-
$ git clone https://github.com/ciscoecosystem/terraform-provider-aci.git
14+
$ mkdir -p $GOPATH/src/github.com/CiscoDevNet; cd $GOPATH/src/github.com/CiscoDevNet
15+
$ git clone https://github.com/CiscoDevNet/terraform-provider-aci.git
1616
```
1717

1818
Enter the provider directory and run dep ensure to install all the dependancies. After, that run make build to build the provider binary.
1919

2020
```sh
21-
$ cd $GOPATH/src/github.com/ciscoecosystem/terraform-provider-aci
21+
$ cd $GOPATH/src/github.com/CiscoDevNet/terraform-provider-aci
2222
$ dep ensure
2323
$ make build
2424

0 commit comments

Comments
 (0)