From c69c0440268205ea7e04098f399f703529d50d91 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 28 Aug 2018 17:17:52 -0700 Subject: [PATCH] Documentation: update import paths in "dl_build.md" Signed-off-by: Gyuho Lee --- Documentation/dl_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dl_build.md b/Documentation/dl_build.md index b59eafd2f..e6610be73 100644 --- a/Documentation/dl_build.md +++ b/Documentation/dl_build.md @@ -26,7 +26,7 @@ To build a vendored `etcd` from the `master` branch via `go get`: # GOPATH should be set $ echo $GOPATH /Users/example/go -$ go get -v github.com/coreos/etcd +$ go get -v go.etcd.io/etcd ``` ## Test the installation