diff --git a/README.md b/README.md index 384381f..3c62a3b 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ simple golang package for making API requests ## Documentation -Documentation for the project can be found on [pkg.go.dev](https://pkg.go.dev/github.com/michaellindman/request?tab=doc) +Documentation for the project can be found on [pkg.go.dev](https://pkg.go.dev/git.0cd.xyz/michael/request/?tab=doc) ## Installation With a correctly configured golang toolchain: ```sh -go get -u github.com/michaellindman/request +go get -u git.0cd.xyz/michael/request ``` ## Examples