Skip to content

Commit 07d3aa2

Browse files
kbondjderusse
andauthored
minor(ses): update link in docblock (#1385)
* minor: update link in docblock * Fix link in manifest --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 615ea9d commit 07d3aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sesv2/2019-09-27/docs-2.json",
510510
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sesv2/2019-09-27/paginators-1.json",
511511
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/email/2010-12-01/examples-1.json",
512-
"api-reference": "https://docs.aws.amazon.com/ses/latest/APIReference",
512+
"api-reference": "https://docs.aws.amazon.com/ses/latest/APIReference-V2",
513513
"methods": [
514514
"SendEmail"
515515
],

src/Service/Ses/src/SesClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SesClient extends AbstractApi
2727
/**
2828
* Sends an email message. You can use the Amazon SES API v2 to send the following types of messages:.
2929
*
30-
* @see https://docs.aws.amazon.com/ses/latest/APIReference/API_SendEmail.html
30+
* @see https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendEmail.html
3131
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-email-2019-09-27.html#sendemail
3232
*
3333
* @param array{

0 commit comments

Comments
 (0)