Update api-conventions.md link references (#13786)

This commit is contained in:
Danny Berger
2019-04-14 18:14:00 -07:00
committed by Kubernetes Prow Robot
parent 0a174a76d9
commit 8db85ff4d2
17 changed files with 21 additions and 21 deletions
@@ -215,7 +215,7 @@ For ReplicaSets, the kind is always just ReplicaSet.
In Kubernetes 1.9 the API version `apps/v1` on the ReplicaSet kind is the current version and is enabled by default. The API version `apps/v1beta2` is deprecated.
Refer to the first lines of the `frontend.yaml` example for guidance.
A ReplicaSet also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).
A ReplicaSet also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status).
### Pod Template