diff --git a/Makefile b/Makefile index 8b9952e..26e88b2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX?=$(shell pwd) BUILDTAGS=seccomp apparmor -PROJECT := github.com/jfrazelle/binctr +PROJECT := github.com/jessfraz/binctr VENDOR := vendor # Variable to get the current version. diff --git a/README.md b/README.md index 6ea3f18..fa4f89b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ ./bin/hello /hello # But we have no networking! How can we reach it! Don't worry we can fix this # Let's install my super cool binary for setting up networking in a container -$ go get github.com/jfrazelle/netns +$ go get github.com/jessfraz/netns # now we can add this as a prestart hook $ ./bin/hello --hook prestart:netns /hello