Skip to content

Commit ee367bd

Browse files
Merge pull request #295866 from PhilKang0704/broken-link-fix-natekimball-msft
Broken links fixing - natekimball-msft
2 parents a5066ac + 1d4b10d commit ee367bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

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

140-
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.
140+
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.
141141

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

articles/communication-services/quickstarts/email/send-email-advanced/includes/prepend-net.md

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

144144
#### [AzureKeyCredential](#tab/azurekeycredential)
145145

146-
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.
146+
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.
147147

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

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

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

187187
#### [AzureKeyCredential](#tab/azurekeycredential)
188188

189-
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.
189+
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.
190190

191191
```python
192192
from azure.communication.email import EmailClient

0 commit comments

Comments
 (0)