From 7fb1f68ff8cede0bf77d808e1ed00ef095223313 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 11 Apr 2017 08:48:48 -0700 Subject: [PATCH] *: coreos/rkt -> rkt/rkt Signed-off-by: Gyu-Ho Lee --- README.md | 2 +- etcdctl/ctlv3/help.go | 2 +- tools/functional-tester/etcd-runner/help.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a4982403..24467d06d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The easiest way to get etcd is to use one of the pre-built release binaries whic For those wanting to try the very latest version, [build the latest version of etcd][dl-build] from the `master` branch. This first needs [*Go*](https://golang.org/) installed (version 1.8+ is required). All development occurs on `master`, including new features and bug fixes. Bug fixes are first targeted at `master` and subsequently ported to release branches, as described in the [branch management][branch-management] guide. -[rkt]: https://github.com/coreos/rkt/releases/ +[rkt]: https://github.com/rkt/rkt/releases/ [github-release]: https://github.com/coreos/etcd/releases/ [branch-management]: ./Documentation/branch_management.md [dl-build]: ./Documentation/dl_build.md#build-the-latest-version diff --git a/etcdctl/ctlv3/help.go b/etcdctl/ctlv3/help.go index 7051fcd69..fc2c62ddb 100644 --- a/etcdctl/ctlv3/help.go +++ b/etcdctl/ctlv3/help.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// copied from https://github.com/coreos/rkt/blob/master/rkt/help.go +// copied from https://github.com/rkt/rkt/blob/master/rkt/help.go package ctlv3 diff --git a/tools/functional-tester/etcd-runner/help.go b/tools/functional-tester/etcd-runner/help.go index 18eec4582..c68f8de38 100644 --- a/tools/functional-tester/etcd-runner/help.go +++ b/tools/functional-tester/etcd-runner/help.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// copied from https://github.com/coreos/rkt/blob/master/rkt/help.go +// copied from https://github.com/rkt/rkt/blob/master/rkt/help.go package main