From 98feffd2bf6318faafa219d52f6831661ae07ca6 Mon Sep 17 00:00:00 2001 From: manuelsommer <47991713+manuel-sommer@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:14:18 +0200 Subject: [PATCH] Update docs/content/en/getting_started/architecture.md Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> --- docs/content/en/getting_started/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/getting_started/architecture.md b/docs/content/en/getting_started/architecture.md index 2e8a568af4..fe53d0ef3f 100644 --- a/docs/content/en/getting_started/architecture.md +++ b/docs/content/en/getting_started/architecture.md @@ -21,7 +21,7 @@ dynamic content. ## Message Broker The application server sends tasks to a [Message Broker](https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/index.html) -for asynchronous execution. The celery currently only supports to use [Redis](https://redis.io/solutions/messaging/) as a broker. +for asynchronous execution. Currently, only [Redis](https://github.com/redis/redis) is supported as a broker. ## Celery Worker