From 6ac0388165cbc4df64fd413f1fbfdae3b31afa9a Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Wed, 29 Mar 2017 01:38:45 +0800 Subject: [PATCH] modify the url of RestartPolicy (#3034) /docs/concepts/workloads/pods/pod-lifecycle/#restart-policy --- docs/concepts/jobs/run-to-completion-finite-workloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/jobs/run-to-completion-finite-workloads.md b/docs/concepts/jobs/run-to-completion-finite-workloads.md index 35ba3cf210..e6bd560914 100644 --- a/docs/concepts/jobs/run-to-completion-finite-workloads.md +++ b/docs/concepts/jobs/run-to-completion-finite-workloads.md @@ -100,7 +100,7 @@ the same schema as a [pod](/docs/user-guide/pods), except it is nested and does In addition to required fields for a Pod, a pod template in a job must specify appropriate labels (see [pod selector](#pod-selector)) and an appropriate restart policy. -Only a [`RestartPolicy`](/docs/user-guide/pod-states/#restartpolicy) equal to `Never` or `OnFailure` is allowed. +Only a [`RestartPolicy`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy) equal to `Never` or `OnFailure` is allowed. ### Pod Selector