Skip to content

Commit 20784a3

Browse files
liubink8s-ci-robot
authored andcommitted
Fix broken links (kubernetes#7088)
1 parent 759e972 commit 20784a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/workloads/controllers/cron-jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: CronJob
1111

1212
## What is a cron job?
1313

14-
A _Cron Job_ manages time based [Jobs](/docs/concepts/jobs/run-to-completion-finite-workloads/), namely:
14+
A _Cron Job_ manages time based [Jobs](/docs/concepts/workloads/controllers/jobs-run-to-completion/), namely:
1515

1616
* Once at a specified point in time
1717
* Repeatedly at a specified point in time
@@ -158,8 +158,8 @@ string, e.g. `0 * * * *` or `@hourly`, as schedule time of its jobs to be create
158158
### Job Template
159159

160160
The `.spec.jobTemplate` is another required field of the `.spec`. It is a job template. It has exactly the same schema
161-
as a [Job](/docs/concepts/jobs/run-to-completion-finite-workloads/), except it is nested and does not have an `apiVersion` or `kind`, see
162-
[Writing a Job Spec](/docs/concepts/jobs/run-to-completion-finite-workloads/#writing-a-job-spec).
161+
as a [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/), except it is nested and does not have an `apiVersion` or `kind`, see
162+
[Writing a Job Spec](/docs/concepts/workloads/controllers/jobs-run-to-completion/#writing-a-job-spec).
163163

164164
### Starting Deadline Seconds
165165

0 commit comments

Comments
 (0)