Skip to content

Commit eaf19a2

Browse files
Merge pull request #468 from mailgun/update-incorrect-create-link
other: Update incorrect create link in readme
2 parents 0f3d2f4 + bf6fd50 commit eaf19a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ The following service methods are available to instantiated clients. The example
374374
### Messages
375375

376376
- #### create
377-
[API Reference](https://documentation.mailgun.com/docs/mailgun/api-reference/send/mailgun/messages/get-v3-domains--domain-name--messages--storage-key-)
377+
[API Reference](https://documentation.mailgun.com/docs/mailgun/api-reference/send/mailgun/messages/post-v3--domain-name--messages)
378378

379379
`mg.messages.create(domain, data)`
380380

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ The following service methods are available to instantiated clients. The example
374374
### Messages
375375

376376
- #### create
377-
[API Reference](https://documentation.mailgun.com/docs/mailgun/api-reference/send/mailgun/messages/get-v3-domains--domain-name--messages--storage-key-)
377+
[API Reference](https://documentation.mailgun.com/docs/mailgun/api-reference/send/mailgun/messages/post-v3--domain-name--messages)
378378

379379
`mg.messages.create(domain, data)`
380380

0 commit comments

Comments
 (0)