From 4feb2955cd86db7373bcc739f7bb2494aef8c509 Mon Sep 17 00:00:00 2001 From: Jools Date: Mon, 10 Apr 2017 14:53:13 +0200 Subject: [PATCH] fix broken link in worker.md file --- docs/en/workers/worker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/workers/worker.md b/docs/en/workers/worker.md index e47eba95..06c142ed 100644 --- a/docs/en/workers/worker.md +++ b/docs/en/workers/worker.md @@ -9,7 +9,7 @@ The worker is the recommended way to run PHP Censor builds. You can run several allowing jobs to be run simultaneously without the overhead of polling your database. If you can't run Beanstalkd on your server, or would prefer to run builds on a regular schedule, you should consider -using the [running builds via Cron](workers/cron.md). +using the [running builds via Cron](cron.md). Pre-Requisites --------------