From b58b88df47c849dfa6c8afcacece33f35cf2c36d Mon Sep 17 00:00:00 2001 From: Michal Bryc <1891931+Furchin@users.noreply.github.com> Date: Thu, 7 Mar 2019 14:34:04 -0800 Subject: [PATCH] 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 :) --- .../concepts/workloads/controllers/jobs-run-to-completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/jobs-run-to-completion.md b/content/en/docs/concepts/workloads/controllers/jobs-run-to-completion.md index 875538b01f..4c22be980c 100644 --- a/content/en/docs/concepts/workloads/controllers/jobs-run-to-completion.md +++ b/content/en/docs/concepts/workloads/controllers/jobs-run-to-completion.md @@ -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