Skip to content

Commit cc31971

Browse files
authored
Merge pull request #16 from paulhennell/events-update
Events link update
2 parents 6d2838b + d2c2147 commit cc31971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected $except = [
101101

102102
## Usage
103103

104-
Mailgun will send out webhooks for several event types. You can find the [full list of events types](https://documentation.mailgun.com/en/latest/api-webhooks.html) in Mailgun documentation.
104+
Mailgun will send out webhooks for several event types. You can find the [full list of events types](https://documentation.mailgun.com/en/latest/user_manual.html#events) in Mailgun documentation.
105105

106106
Mailgun will sign all requests hitting the webhook url of your app. This package will automatically verify if the signature is valid. If it is not, the request was probably not sent by Mailgun.
107107

@@ -153,7 +153,7 @@ Spatie highly recommends that you make this job queueable, because this will min
153153

154154
Just keep in mind that mailgun places both `signature` and `event-data` into response body.
155155

156-
After having created your job you must register it at the `jobs` array in the `mailgun-webhooks.php` config file. The key should be the name of [mailgun event type](https://documentation.mailgun.com/en/latest/api-webhooks.html) where but with the `.` replaced by `_`. The value should be the fully qualified classname.
156+
After having created your job you must register it at the `jobs` array in the `mailgun-webhooks.php` config file. The key should be the name of [mailgun event type](https://documentation.mailgun.com/en/latest/user_manual.html#events). The value should be the fully qualified classname.
157157

158158
```php
159159
// config/mailgun-webhooks.php

0 commit comments

Comments
 (0)