From 3080142cd16845595c4ba23704985f7b8d158fbd Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 31 Jan 2021 22:35:08 +0100 Subject: [PATCH] Revert changes to english README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f259b36..7aa80814 100644 --- a/README.md +++ b/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](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support. +**Celery** has support for scheduling and primarily has python support. ### Back pressure