Skip to content

Commit 77c7d98

Browse files
💄 Advance architecture docs (#11074)
* 💄 Advance architecture docs * update * Update docs/content/en/getting_started/architecture.md Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> * Update docs/content/en/getting_started/architecture.md Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> --------- Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
1 parent 6b79840 commit 77c7d98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/en/getting_started/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dynamic content.
2020

2121
## Message Broker
2222

23-
The application server sends tasks to a [Message Broker](https://docs.celeryproject.org/en/stable/getting-started/brokers/index.html)
24-
for asynchronous execution.
23+
The application server sends tasks to a [Message Broker](https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/index.html)
24+
for asynchronous execution. Currently, only [Redis](https://github.com/redis/redis) is supported as a broker.
2525

2626
## Celery Worker
2727

0 commit comments

Comments
 (0)