Skip to content

Commit 47ae7dd

Browse files
authored
Merge pull request #21742 from morty/21741-cron-link
Link to better page on cron schedule format
2 parents c1dcada + 0ff9da8 commit 47ae7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ the Job in turn is responsible for the management of the Pods it represents.
8585

8686
## {{% heading "whatsnext" %}}
8787

88-
[Cron expression format](https://pkg.go.dev/github.com/robfig/cron?tab=doc#hdr-CRON_Expression_Format)
88+
[Cron expression format](https://en.wikipedia.org/wiki/Cron)
8989
documents the format of CronJob `schedule` fields.
9090

9191
For instructions on creating and working with cron jobs, and for an example of CronJob

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Cannot determine if job needs to be started. Too many missed start time (> 100).
8080

8181
## {{% heading "whatsnext" %}}
8282

83-
[크론 표현 포맷](https://pkg.go.dev/github.com/robfig/cron?tab=doc#hdr-CRON_Expression_Format)
83+
[크론 표현 포맷](https://ko.wikipedia.org/wiki/Cron)
8484
크론잡 `schedule` 필드의 포맷을 문서화 한다.
8585

8686
크론 잡 생성과 작업에 대한 지침과 크론잡 매니페스트의

0 commit comments

Comments
 (0)