Merge pull request #261 from mdanzinger/patch-1

Update CONTRIBUTING.md
This commit is contained in:
Ben Tranter 2019-09-30 15:36:01 -04:00 committed by GitHub
commit 1cd7bf11bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ go get -u github.com/stretchr/testify/assert
If outside `$GOPATH`, just clone the repository:
```sh
git clone github.com/digitalocean/godo
git clone https://github.com/digitalocean/godo
```
## Running tests