From dd65d88bb23bb43f43bd552798d9d90b04dcd8ac Mon Sep 17 00:00:00 2001 From: d-kuro Date: Fri, 30 Aug 2019 15:30:59 +0900 Subject: [PATCH] Fix broken link. Kubernetes-commit: 4558dd407ac8e692dc41c47268e15ff692949ff2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4ffb76..9e7035b1 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ The CRD in [`crd-status-subresource.yaml`](./artifacts/examples/crd-status-subre for custom resources. This means that [`UpdateStatus`](./controller.go#L330) can be used by the controller to update only the status part of the custom resource. -To understand why only the status part of the custom resource should be updated, please refer to the [Kubernetes API conventions](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status). +To understand why only the status part of the custom resource should be updated, please refer to the [Kubernetes API conventions](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status). In the above steps, use `crd-status-subresource.yaml` to create the CRD: