Skip to content

Commit 62f9a56

Browse files
Merge pull request #214939 from pritamso/Broken-link-fix-bashan-git
Broken link fixed
2 parents f4795bc + 100bc5e commit 62f9a56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/communication-services/quickstarts/email/includes/send-email-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ EmailRecipients emailRecipients = new EmailRecipients(toAddressList)
226226
.setBcc(bccAddressList);
227227
```
228228

229-
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email-advanced/send-email-multiple-recipients)
229+
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email)
230230

231231

232232
### Send an email message with attachments
@@ -255,4 +255,4 @@ EmailMessage emailMessage = new EmailMessage("<donotreply@xxxxxxxx-xxxx-xxxx-xxx
255255
.setAttachments(attachmentList);
256256
```
257257

258-
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email-advanced/send-email-attachments)
258+
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email)

articles/communication-services/quickstarts/email/includes/send-email-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ bcc_address = EmailAddress(email="<[email protected]>")
181181
recipient = EmailRecipients(to=[to_address_1, to_address_2], cc=[cc_address], bcc=[bcc_address])
182182
```
183183

184-
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-python-quickstarts/tree/main/send-email-advanced/send-email-multiple-recipients)
184+
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email)
185185

186186

187187
### Send an email message with attachments
@@ -210,4 +210,4 @@ message = EmailMessage(
210210
)
211211
```
212212

213-
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-python-quickstarts/tree/main/send-email-advanced/send-email-attachments)
213+
You can download the sample app demonstrating this from [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email)

0 commit comments

Comments
 (0)