Skip to content

Commit 5592f5d

Browse files
committed
fix queues links
1 parent 0f81784 commit 5592f5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/framework/queues.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ composer require antidot-fw/message-queue
1010

1111
Install a transport for the queues:
1212

13-
* [Null Queue](https://queue.antidotfw.io/#/#null-qeue)
14-
* [Filesystem Queue](https://queue.antidotfw.io/#/#filesystem-qeue)
15-
* [DBAL Queue](https://queue.antidotfw.io/#/#dbal-qeue)
16-
* [Redis Queue](https://queue.antidotfw.io/#/#redis-qeue)
17-
* [Beanstalk](https://queue.antidotfw.io/#/#beanstalk-qeue)
18-
* [Amazon SQS](https://queue.antidotfw.io/#/#amazon-sqs-qeue)
13+
* [Null Queue](https://queue.antidotfw.io/#/?id=null-queue)
14+
* [Filesystem Queue](https://queue.antidotfw.io/#/?id=filesystem-queue)
15+
* [DBAL Queue](https://queue.antidotfw.io/#/?id=dbal-queue)
16+
* [Redis Queue](https://queue.antidotfw.io/#/?id=redis-queue)
17+
* [Beanstalk](https://queue.antidotfw.io/#/?id=beanstalk-queue)
18+
* [Amazon SQS](https://queue.antidotfw.io/#/?id=amazon-sqs-queue)
1919

2020
Allow using a job queues out of the box with different queue systems.
2121

0 commit comments

Comments
 (0)