From 963d76fc4cf11b6dde75e526b760af26faf22c48 Mon Sep 17 00:00:00 2001 From: mas9612 Date: Sun, 11 Nov 2018 23:00:27 +0900 Subject: [PATCH] CONTRIBUTING: fix repo name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db37a0914..45fd2eb7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ This is a rough outline of what a contributor's workflow looks like: - Make commits of logical units. - Make sure commit messages are in the proper format (see below). - Push changes in a topic branch to a personal fork of the repository. -- Submit a pull request to coreos/etcd. +- Submit a pull request to etcd-io/etcd. - The PR must receive a LGTM from two maintainers found in the MAINTAINERS file. Thanks for contributing!