From e9ae9c5f2ee47b084038ff62319504fc6d0abf20 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 18 Nov 2021 06:10:36 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/topics/cron/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/topics/cron/index.md') diff --git a/doc/topics/cron/index.md b/doc/topics/cron/index.md index f7a22bef07c..3947a72cac6 100644 --- a/doc/topics/cron/index.md +++ b/doc/topics/cron/index.md @@ -65,5 +65,7 @@ More examples of how to write a cron schedule can be found at ## How GitLab parses cron syntax strings GitLab uses [`fugit`](https://github.com/floraison/fugit) to parse cron syntax -strings on the server and [cron-validate](https://github.com/Airfooox/cron-validate) -to validate cron syntax in the browser. +strings on the server and [cron-validator](https://github.com/TheCloudConnectors/cron-validator) +to validate cron syntax in the browser. GitLab uses +[`cRonstrue`](https://github.com/bradymholt/cRonstrue) to convert cron to human-readable strings +in the browser. -- cgit v1.2.3