diff options
| author | Vaibhav <T_Vaibhav.goel@india.nec.com> | 2022-12-01 18:06:54 +0530 |
|---|---|---|
| committer | Vaibhav <T_Vaibhav.goel@india.nec.com> | 2022-12-01 18:06:54 +0530 |
| commit | 65d986b39bd519465304d6c3f3f81d989e9e75eb (patch) | |
| tree | 38dd7d42dcc2c1eb2a38fbecfeb24f48011646bf | |
| parent | f22af28c9ff8400b26d1028fd82ac83a9f581962 (diff) | |
Updated the reference to etcd
| -rw-r--r-- | contributors/devel/running-locally.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/running-locally.md b/contributors/devel/running-locally.md index 89b5d960..490f1c20 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 |
