diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-12-05 16:18:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 16:18:36 -0800 |
| commit | c82f8083608ef16db4931a0eb38fea62d90ce943 (patch) | |
| tree | 1d7c4479f118c4bb4b7317cc316978551105094f | |
| parent | 6c89e59a0a158a6b7da822453a448c145220f678 (diff) | |
| parent | 65d986b39bd519465304d6c3f3f81d989e9e75eb (diff) | |
Merge pull request #6995 from vaibhav2107/etcd-link
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 |
