diff --git a/docs/content/en/getting_started/architecture.md b/docs/content/en/getting_started/architecture.md index 2e8a568af4d..fe53d0ef3f1 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