From c371a31e00e4bb1c8e28d4c931c42593c86d9340 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 15 Jun 2020 08:48:32 -0500 Subject: [PATCH] docs: update cronexpr github link --- website/pages/docs/job-specification/periodic.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/job-specification/periodic.mdx b/website/pages/docs/job-specification/periodic.mdx index 10a7c876d..f24deadae 100644 --- a/website/pages/docs/job-specification/periodic.mdx +++ b/website/pages/docs/job-specification/periodic.mdx @@ -88,5 +88,5 @@ when the following daylight saving time behavior is *desired:* in `America/New_York`) will be *run twice* for that day (eg November 3rd). [batch-type]: /docs/job-specification/job#type 'Batch scheduler type' -[cron]: https://github.com/gorhill/cronexpr#implementation 'List of cron expressions' +[cron]: https://github.com/hashicorp/cronexpr#implementation 'List of cron expressions' [dst]: #daylight-saving-time