Skip to content

Commit ba651f2

Browse files
committed
[docs] fix link
1 parent 275246a commit ba651f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $queueConsumer->bind('bar_queue', function(Message $message) {
8787
$queueConsumer->consume();
8888
```
8989

90-
There are bunch of [extensions](consumption_extensions.md) available.
90+
There are bunch of [extensions](consumption/extensions.md) available.
9191
This is an example of how you can add them.
9292
The `SignalExtension` provides support of process signals, whenever you send SIGTERM for example it will correctly managed.
9393
The `LimitConsumptionTimeExtension` interrupts the consumption after given time.

0 commit comments

Comments
 (0)