docker-gs-ping
docker-gs-ping copied to clipboard
Update links and references
A number of links in this forked repo still referenced the original repository on my GitHub account. That repository was archived.
This PR updates the links in the docs and the Go modules configuration to reference this repository.
- Update links in docs to point to Docker's GitHub repositories.
- Remove irrelevant information from the README. Inspired by docker/docker-dotnet-sample.
- Update
go.modto point to Docker's GitHub repositories.
@craig-osterhout sorry to trouble you again but this one goes together with https://github.com/docker/docker-gs-ping-roach/pull/1 as it fixes the same kind of issue for the second example in the Guide. Thank you!