Skip to content

Commit 050225f

Browse files
authored
update worker link in notification (#9098)
1 parent 11b3a4a commit 050225f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The `via` method receives a `$notifiable` instance, which will be an instance of
135135
### Queueing Notifications
136136

137137
> **Warning**
138-
> Before queueing notifications you should configure your queue and [start a worker](/docs/{{version}}/queues).
138+
> Before queueing notifications you should configure your queue and [start a worker](/docs/{{version}}/queues#running-the-queue-worker).
139139
140140
Sending notifications can take time, especially if the channel needs to make an external API call to deliver the notification. To speed up your application's response time, let your notification be queued by adding the `ShouldQueue` interface and `Queueable` trait to your class. The interface and trait are already imported for all notifications generated using the `make:notification` command, so you may immediately add them to your notification class:
141141

0 commit comments

Comments
 (0)