浏览代码

Fix Celery URL (#486)

Abdalla Mohamed 4 年之前
父节点
当前提交
478a7d76fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1350,7 +1350,7 @@ The user is not blocked and the job is processed in the background.  During this
 
 Tasks queues receive tasks and their related data, runs them, then delivers their results.  They can support scheduling and can be used to run computationally-intensive jobs in the background.
 
-**Celery** has support for scheduling and primarily has python support.
+**[Celery](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support.
 
 ### Back pressure