diff --git a/docs/imported/release/notes.md b/docs/imported/release/notes.md index ab8ad15c96..300fb978a3 100755 --- a/docs/imported/release/notes.md +++ b/docs/imported/release/notes.md @@ -375,7 +375,7 @@ Consider the following changes, limitations, and guidelines before you upgrade: ### **Multicluster** -* Development of Kubernetes Federation has moved to [github.com/kubernetes/federation](https://github.com/kubernetes/kubernetes/tree/master/./github.com/kubernetes/federation). This move out of tree also means that Federation will begin releasing separately from Kubernetes. Impact: +* Development of Kubernetes Federation has moved to [github.com/kubernetes/federation](https://github.com/kubernetes/federation). This move out of tree also means that Federation will begin releasing separately from Kubernetes. Impact: * Federation-specific behavior will no longer be included in kubectl * kubefed will no longer be released as part of Kubernetes * The Federation servers will no longer be included in the hyperkube binary and image. ([#53816](https://github.com/kubernetes/kubernetes/pull/53816),[ @marun](https://github.com/marun)) @@ -512,7 +512,7 @@ As announced with the release of version 1.8, the Kubernetes Workloads API is at #### **Custom Resources** * Validation of resources defined by a Custom Resource Definition (CRD) is now in beta ([#54647](https://github.com/kubernetes/kubernetes/pull/54647),[ @colemickens](https://github.com/colemickens)) -* An example CRD controller has been added, at [github.com/kubernetes/sample-controller](https://github.com/kubernetes/kubernetes/tree/master/./github.com/kubernetes/sample-controller). ([#52753](https://github.com/kubernetes/kubernetes/pull/52753),[ @munnerz](https://github.com/munnerz)) +* An example CRD controller has been added, at [github.com/kubernetes/sample-controller](https://github.com/kubernetes/sample-controller). ([#52753](https://github.com/kubernetes/kubernetes/pull/52753),[ @munnerz](https://github.com/munnerz)) * Custom resources served by CustomResourceDefinition objects now support field selectors for `metadata.name` and `metadata.namespace`. Also fixed an issue with watching a single object; earlier versions could watch only a collection, and so a watch on an instance would fail. ([#53345](https://github.com/kubernetes/kubernetes/pull/53345),[ @ncdc](https://github.com/ncdc)) #### **Other**