diff --git a/docs/tasks/job/fine-parallel-processing-work-queue/index.md b/docs/tasks/job/fine-parallel-processing-work-queue/index.md index db4a8ebf8f..1b4ff01698 100644 --- a/docs/tasks/job/fine-parallel-processing-work-queue/index.md +++ b/docs/tasks/job/fine-parallel-processing-work-queue/index.md @@ -210,4 +210,4 @@ want to consider one of the other [job patterns](/docs/concepts/jobs/run-to-comp If you have a continuous stream of background processing work to run, then consider running your background workers with a `replicationController` instead, and consider running a background processing library such as -https://github.com/resque/resque. +[https://github.com/resque/resque](https://github.com/resque/resque).