Update Link to .spec details (#12886)

The [old URL](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status) now consists of a page that says the new URL is https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status, so let's just go ahead and link to the new URL directly :)
pull/13030/head
Michal Bryc 2019-03-07 14:34:04 -08:00 committed by Kubernetes Prow Robot
parent 8d4bd9c1fe
commit b58b88df47
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ $ kubectl logs $pods
As with all other Kubernetes config, a Job needs `apiVersion`, `kind`, and `metadata` fields.
A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).
A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status).
### Pod Template