diff --git a/queues.md b/queues.md index 46155dcab91..94a48954b05 100644 --- a/queues.md +++ b/queues.md @@ -475,7 +475,7 @@ public function middleware(): array ``` > [!NOTE] -> Job middleware can also be assigned to queueable event listeners, mailables, and notifications. +> Job middleware can also be assigned to [queueable event listeners](/docs/{{version}}/events#queued-event-listeners), [mailables](/docs/{{version}}/mail#queueing-mail), and [notifications](/docs/{{version}}/notifications#queueing-notifications). ### Rate Limiting