Skip to content

Commit 51c2a89

Browse files
committed
2025_03 - Fix monthly broken links - bashan-git
1 parent 87614f8 commit 51c2a89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/communication-services/quickstarts/email/includes/send-email-async-sync-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ EmailClient emailClient = new EmailClient(new Uri(resourceEndpoint), new Default
140140

141141
#### [AzureKeyCredential](#tab/azurekeycredential)
142142

143-
Email clients can also be authenticated using an [AzureKeyCredential](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html#azure.core.credentials.AzureKeyCredential). Both the `key` and the `endpoint` can be founded on the "Keys" pane under "Settings" in your Communication Services Resource.
143+
Email clients can also be authenticated using an [AzureKeyCredential](/python/api/azure-core/azure.core.credentials.azurekeycredential). Both the `key` and the `endpoint` can be founded on the "Keys" pane under "Settings" in your Communication Services Resource.
144144

145145
```csharp
146146
var key = new AzureKeyCredential("<your-key-credential>");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const emailClient = new EmailClient(endpoint, credential);
136136

137137
#### [AzureKeyCredential](#tab/azurekeycredential)
138138

139-
Email clients can also be authenticated using an [AzureKeyCredential](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html#azure.core.credentials.AzureKeyCredential). Both the `key` and the `endpoint` can be founded on the "Keys" pane under "Settings" in your Communication Services Resource.
139+
Email clients can also be authenticated using an [AzureKeyCredential](/python/api/azure-core/azure.core.credentials.azurekeycredential). Both the `key` and the `endpoint` can be founded on the "Keys" pane under "Settings" in your Communication Services Resource.
140140

141141
```javascript
142142
const { EmailClient, KnownEmailSendStatus } = require("@azure/communication-email");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ email_client = EmailClient(endpoint, DefaultAzureCredential())
184184

185185
#### [AzureKeyCredential](#tab/azurekeycredential)
186186

187-
Email clients can also be authenticated using an [AzureKeyCredential](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html#azure.core.credentials.AzureKeyCredential). Both the `key` and the `endpoint` can be founded on the "Keys" pane under "Settings" in your Communication Services Resource.
187+
Email clients can also be authenticated using an [AzureKeyCredential](/python/api/azure-core/azure.core.credentials.azurekeycredential). Both the `key` and the `endpoint` can be founded on the "Keys" pane under "Settings" in your Communication Services Resource.
188188

189189
```python
190190
from azure.communication.email import EmailClient

0 commit comments

Comments
 (0)