From 65d986b39bd519465304d6c3f3f81d989e9e75eb Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 1 Dec 2022 18:06:54 +0530 Subject: [PATCH] Updated the reference to etcd --- contributors/devel/running-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/running-locally.md b/contributors/devel/running-locally.md index 89b5d960b..490f1c206 100644 --- a/contributors/devel/running-locally.md +++ b/contributors/devel/running-locally.md @@ -33,7 +33,7 @@ You will need a [Container Runtime](https://kubernetes.io/docs/setup/production- ### etcd -You need [etcd](https://github.com/coreos/etcd/releases) installed and in your `$PATH`. [Check here](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#install-etcd) for instructions on installing a local copy. +You need [etcd](https://github.com/coreos/etcd/releases) installed and in your `$PATH`. [Check here](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#etcd) for instructions on installing a local copy. ### go