Skip to content

Commit a4a4a0e

Browse files
author
Yogesh Mohanraj
committed
Fixing links and pivots
1 parent a08b349 commit a4a4a0e

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

articles/communication-services/quickstarts/email/add-multiple-senders-mgmt-sdks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.author: ymohanraj
99
ms.date: 04/19/2023
1010
ms.topic: quickstart
1111
ms.service: azure-communication-services
12+
zone_pivot_groups: acs-js-csharp-java-python
1213
---
1314

1415
# Quickstart: How to add and remove sender addresses in Azure Communication Services using the ACS Management Client Libraries

articles/communication-services/quickstarts/email/includes/add-multiple-senders-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ manager
7878

7979
## Next steps
8080

81-
* [Get started with create and manage Email Communication Service in Azure Communication Service](../../quickstarts/email/create-email-communication-resource.md)
81+
* [Get started with create and manage Email Communication Service in Azure Communication Service](../create-email-communication-resource.md)
8282

83-
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
83+
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../connect-email-communication-resource.md)
8484

8585
The following documents may be interesting to you:
8686

87-
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
88-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
87+
- Familiarize yourself with the [Email client library](../../../concepts/email/sdk-features.md)
88+
- How to send emails with custom verified domains?[Add custom domains](../add-custom-verified-domains.md)

articles/communication-services/quickstarts/email/includes/add-multiple-senders-js.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ await mgmtClient.senderUsernames.delete(
7777

7878
## Next steps
7979

80-
* [Get started with create and manage Email Communication Service in Azure Communication Service](../../quickstarts/email/create-email-communication-resource.md)
80+
* [Get started with create and manage Email Communication Service in Azure Communication Service](../create-email-communication-resource.md)
8181

82-
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
82+
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../connect-email-communication-resource.md)
8383

8484
The following documents may be interesting to you:
8585

86-
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
87-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
86+
- Familiarize yourself with the [Email client library](../../../concepts/email/sdk-features.md)
87+
- How to send emails with custom verified domains?[Add custom domains](../add-custom-verified-domains.md)

articles/communication-services/quickstarts/email/includes/add-multiple-senders-net.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ await senderUsernameResource.DeleteAsync(WaitUntil.Completed);
7272

7373
## Next steps
7474

75-
* [Get started with create and manage Email Communication Service in Azure Communication Service](../../quickstarts/email/create-email-communication-resource.md)
75+
* [Get started with create and manage Email Communication Service in Azure Communication Service](../create-email-communication-resource.md)
7676

77-
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
77+
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../connect-email-communication-resource.md)
7878

7979
The following documents may be interesting to you:
8080

81-
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
82-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
81+
- Familiarize yourself with the [Email client library](../../../concepts/email/sdk-features.md)
82+
- How to send emails with custom verified domains?[Add custom domains](../add-custom-verified-domains.md)

articles/communication-services/quickstarts/email/includes/add-multiple-senders-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ mgmt_client.sender_usernames.delete(
7777

7878
## Next steps
7979

80-
* [Get started with create and manage Email Communication Service in Azure Communication Service](../../quickstarts/email/create-email-communication-resource.md)
80+
* [Get started with create and manage Email Communication Service in Azure Communication Service](../create-email-communication-resource.md)
8181

82-
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
82+
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../connect-email-communication-resource.md)
8383

8484
The following documents may be interesting to you:
8585

86-
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
87-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
86+
- Familiarize yourself with the [Email client library](../../../concepts/email/sdk-features.md)
87+
- How to send emails with custom verified domains?[Add custom domains](../add-custom-verified-domains.md)

0 commit comments

Comments
 (0)