mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #51065 from wackxu/fixfedbadurl
Automatic merge from submit-queue fix bad url **What this PR does / why we need it**: fix bad url in the readme file **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Release note**: ``` NONE ```
This commit is contained in:
commit
628587d7ce
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ for more details about setting up and using the Cluster Federation.
|
|||
|
||||
# Building Kubernetes Cluster Federation
|
||||
|
||||
Please see the [Kubernetes Development Guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md)
|
||||
Please see the [Kubernetes Development Guide](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md)
|
||||
for initial setup. Once you have the development environment setup
|
||||
as explained in that guide, you also need to install [`jq`](https://stedolan.github.io/jq/download/)
|
||||
<!-- TODO(madhusudancs): Re-evaluate using jq even in the development
|
||||
|
|
|
|||
Loading…
Reference in a new issue