From 0f31e7de8a77f6a72e77666eeadd04607ae499eb Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Wed, 23 Aug 2017 07:49:55 +0800 Subject: [PATCH] Update index.md (#5092) Setting a url. --- docs/tasks/job/fine-parallel-processing-work-queue/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).