Skip to content

Commit a5eef0e

Browse files
committed
Fix /key-vault/general/overview.md links to be site-relative
1 parent a473b05 commit a5eef0e

17 files changed

+17
-17
lines changed

articles/ai-services/translator/document-translation/quickstarts/includes/rest-api/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For this quickstart, we use the latest version of [Visual Studio](https://visual
7575
## Code sample
7676

7777
> [!IMPORTANT]
78-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../../key-vault/general/overview.md). For more information, *see* Azure AI services [security](../../../../../../ai-services/security-features.md).
78+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/key-vault/general/overview). For more information, *see* Azure AI services [security](../../../../../../ai-services/security-features.md).
7979
8080
```csharp
8181
using System.Text;

articles/ai-services/translator/document-translation/quickstarts/includes/rest-api/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you haven't already done so, [download and install Go](https://go.dev/doc/ins
4747
## Code sample
4848

4949
> [!IMPORTANT]
50-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../../key-vault/general/overview.md). For more information, see Azure AI services [security](../../../../../../ai-services/security-features.md).
50+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/key-vault/general/overview). For more information, see Azure AI services [security](../../../../../../ai-services/security-features.md).
5151

5252
```go
5353
package main

articles/ai-services/translator/document-translation/quickstarts/includes/rest-api/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For this quickstart, we use the Gradle build automation tool to create and run t
110110
## Code sample
111111

112112
> [!IMPORTANT]
113-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../../key-vault/general/overview.md). For more information, _see_ Azure AI services [security](../../../../../../ai-services/security-features.md).
113+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/key-vault/general/overview). For more information, _see_ Azure AI services [security](../../../../../../ai-services/security-features.md).
114114

115115
```java
116116
import java.io.*;

articles/ai-services/translator/document-translation/quickstarts/includes/rest-api/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For this quickstart, we use the Node.js JavaScript runtime environment to create
7474
## Code sample
7575

7676
> [!IMPORTANT]
77-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../../key-vault/general/overview.md). For more information, see Azure AI services [security](../../../../../../ai-services/security-features.md).
77+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/key-vault/general/overview). For more information, see Azure AI services [security](../../../../../../ai-services/security-features.md).
7878

7979
```javascript
8080
const axios = require('axios').default;

articles/ai-services/translator/document-translation/quickstarts/includes/rest-api/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ recommendations: false
4343
## Code sample
4444

4545
> [!IMPORTANT]
46-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../../key-vault/general/overview.md). For more information, *see* Azure AI services [security](../../../../../../ai-services/security-features.md).
46+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/key-vault/general/overview). For more information, *see* Azure AI services [security](../../../../../../ai-services/security-features.md).
4747

4848
```python
4949
import requests

articles/ai-services/translator/document-translation/quickstarts/includes/rest-api/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If cURL isn't installed, here are links for your platform:
6060
Before you run the **POST** request, replace `{your-document-translator-endpoint}` and `{your-key}` with the values from your Azure portal Translator instance.
6161

6262
> [!IMPORTANT]
63-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../../key-vault/general/overview.md). For more information, *see* Azure AI services [security](../../../../../security-features.md).
63+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/key-vault/general/overview). For more information, *see* Azure AI services [security](../../../../../security-features.md).
6464

6565
***PowerShell***
6666

articles/connectors/connectors-create-api-sqlazure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For more information, review the [SQL Server managed connector reference](/conne
6666
> a role that has the least privilege necessary.
6767
>
6868
> If this capability is unavailable, make sure to secure connection strings through other measures, such as
69-
> [Azure Key Vault](../key-vault/general/overview.md), which you can use with [app settings in Standard workflows](../logic-apps/edit-app-settings-host-settings.md).
69+
> [Azure Key Vault](/azure/key-vault/general/overview), which you can use with [app settings in Standard workflows](../logic-apps/edit-app-settings-host-settings.md).
7070
> You can then [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection
7171
> strings and keys. Similar to ARM templates, where you can define environment variables at deployment time, you can define
7272
> app settings within your [Standard logic app workflow definition](/azure/templates/microsoft.logic/workflows).

articles/logic-apps/create-custom-built-in-connector-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following sections describe the methods that the example connector implement
117117
> when support is available, and assign a role that has the least required privilege.
118118
>
119119
> If this capability is unavailable, make sure to secure connection strings through other measures, such as
120-
> [Azure Key Vault](../key-vault/general/overview.md), which you can use with [app settings](edit-app-settings-host-settings.md).
120+
> [Azure Key Vault](/azure/key-vault/general/overview), which you can use with [app settings](edit-app-settings-host-settings.md).
121121
> You can then [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection
122122
> strings and keys. Similar to ARM templates, where you can define environment variables at deployment time, you can define
123123
> app settings within your [logic app workflow definition](/azure/templates/microsoft.logic/workflows).

articles/logic-apps/create-parameters-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In single-tenant Standard logic app workflows, you can work with environment var
4949
> when possible, and assign a role that has the least privilege necessary.
5050
>
5151
> If this capability is unavailable, make sure to secure connection strings through other measures, such as
52-
> [Azure Key Vault](../key-vault/general/overview.md), which you can use with [app settings](edit-app-settings-host-settings.md).
52+
> [Azure Key Vault](/azure/key-vault/general/overview), which you can use with [app settings](edit-app-settings-host-settings.md).
5353
> You can then [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection
5454
> strings and keys. Similar to ARM templates, where you can define environment variables at deployment time, you can define
5555
> app settings within your [logic app workflow definition](/azure/templates/microsoft.logic/workflows).

articles/logic-apps/custom-connector-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following sections provide more information about the methods that your conn
122122
> when support is available, and assign a role that has the least required privilege.
123123
>
124124
> If this capability is unavailable, make sure to secure connection strings through other measures, such as
125-
> [Azure Key Vault](../key-vault/general/overview.md), which you can use with [app settings](edit-app-settings-host-settings.md).
125+
> [Azure Key Vault](/azure/key-vault/general/overview), which you can use with [app settings](edit-app-settings-host-settings.md).
126126
> You can then [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection
127127
> strings and keys. Similar to ARM templates, where you can define environment variables at deployment time, you can define
128128
> app settings within your [logic app workflow definition](/azure/templates/microsoft.logic/workflows).

0 commit comments

Comments
 (0)