Skip to content

Commit 1cc3e18

Browse files
committed
freshness
1 parent 2dea516 commit 1cc3e18

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

articles/ai-services/translator/custom-translator/how-to/enable-vnet-service-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information, see [Azure Virtual Network overview](/azure/virtual-networ
2424
2525
To set up a Translator resource for `VNet` service endpoint scenarios, you need the resources:
2626

27-
* [A regional Translator resource (global isn't supported)](../../create-translator-resource.yml).
27+
* [A regional Translator resource (global isn't supported)](../../create-translator-resource.md).
2828
* [`VNet` and networking settings for the Translator resource](#configure-virtual-networks-resource-networking-settings).
2929

3030
## Configure virtual networks resource networking settings

articles/ai-services/translator/custom-translator/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Translator is a cloud-based neural machine translation service that is part of t
2525

2626
:::image type="content" source="../media/keys-and-endpoint-portal.png" alt-text="Screenshot: Azure portal keys and endpoint page.":::
2727

28-
For more information, *see* [how to create a Translator resource](../create-translator-resource.yml).
28+
For more information, *see* [how to create a Translator resource](../create-translator-resource.md).
2929

3030
## Azure AI Custom Translator portal
3131

articles/ai-services/translator/includes/text-translation-sdk/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To interact with the Translator service using the client library, you need to cr
7171
**Translate text**
7272

7373
> [!NOTE]
74-
> In this example we are using the global endpoint. If you're using a regional endpoint, see [Create a Text Translation client](../../create-translator-resource.yml#create-a-text-translation-client).
74+
> In this example we are using the global endpoint. If you're using a regional endpoint, see [Create a Text Translation client](../../create-translator-resource.md#create-a-text-translation-client).
7575
7676
```csharp
7777

articles/ai-services/translator/includes/text-translation-sdk/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For this quickstart, we use the Gradle build automation tool to create and run t
113113
To interact with the Translator service using the client library, you need to create an instance of the `TextTranslationClient`class. To do so, create an `AzureKeyCredential` with your `key` from the Azure portal and a `TextTranslationClient` instance with the `AzureKeyCredential`. The authentication varies slightly depending on whether your resource uses the regional or global endpoint. For this project, authenticate using the global endpoint. For more information about using a regional endpoint, _see_ [Translator text sdks](../../text-sdk-overview.md#3-authenticate-the-client).
114114

115115
> [!NOTE]
116-
> In this example we are using the global endpoint. If you're using a regional endpoint, see [Create a Text Translation client](../../create-translator-resource.yml#create-a-text-translation-client).
116+
> In this example we are using the global endpoint. If you're using a regional endpoint, see [Create a Text Translation client](../../create-translator-resource.md#create-a-text-translation-client).
117117

118118
```java
119119
import java.util.List;

articles/ai-services/translator/includes/text-translation-sdk/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To interact with the Translator service using the client library, you need to cr
7777
**Translate text**
7878

7979
> [!NOTE]
80-
> In this example we are using a regional endpoint. If you're using the global endpoint, see [Create a Text Translation client](../../create-translator-resource.yml#create-a-text-translation-client).
80+
> In this example we are using a regional endpoint. If you're using the global endpoint, see [Create a Text Translation client](../../create-translator-resource.md#create-a-text-translation-client).
8181
8282
```javascript
8383
const TextTranslationClient = require("@azure-rest/ai-translation-text").default

articles/ai-services/translator/includes/text-translation-sdk/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To interact with the Translator service using the client library, you need to cr
4141
**Translate text**
4242

4343
> [!NOTE]
44-
> In this example we are using a regional endpoint. If you're using the global endpoint, see [Create a Text Translation client](../../create-translator-resource.yml#create-a-text-translation-client).
44+
> In this example we are using a regional endpoint. If you're using the global endpoint, see [Create a Text Translation client](../../create-translator-resource.md#create-a-text-translation-client).
4545

4646
```python
4747
from azure.ai.translation.text import TextTranslationClient, TranslatorCredential

articles/ai-services/translator/quickstart-text-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this quickstart, get started using the Translator service to [translate text]
2929

3030
You need an active Azure subscription. If you don't have an Azure subscription, you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
3131

32-
* Once you have your Azure subscription, create a [Translator resource](create-translator-resource.yml) in the [Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation).
32+
* Once you have your Azure subscription, create a [Translator resource](create-translator-resource.md) in the [Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation).
3333

3434
* After your resource deploys, select **Go to resource** and retrieve your key and endpoint.
3535

articles/ai-services/translator/reference/rest-api-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Text Translation is a cloud-based feature of the Azure AI Translator service and
2626
| [**dictionary/examples**](v3-0-dictionary-examples.md) | **POST** | Returns how a term is used in context. |
2727

2828
> [!div class="nextstepaction"]
29-
> [Create a Translator resource in the Azure portal.](../create-translator-resource.yml)
29+
> [Create a Translator resource in the Azure portal.](../create-translator-resource.md)
3030
3131
> [!div class="nextstepaction"]
3232
> [Quickstart: REST API and your programming language](../quickstart-text-rest-api.md)

articles/ai-services/translator/text-translation-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: lajanuar
1818
Text translation documentation contains the following article types:
1919

2020
* [**Quickstarts**](quickstart-text-rest-api.md). Getting-started instructions to guide you through making requests to the service.
21-
* [**How-to guides**](create-translator-resource.yml). Instructions for accessing and using the service in more specific or customized ways.
21+
* [**How-to guides**](create-translator-resource.md). Instructions for accessing and using the service in more specific or customized ways.
2222
* [**Reference articles**](reference/v3-0-reference.md). REST API documentation and programming language-based content.
2323

2424
## Text translation features
@@ -95,9 +95,9 @@ Custom Translator isn't currently available in Switzerland.
9595

9696
Ready to begin?
9797

98-
* [**Create a Translator resource**](create-translator-resource.yml "Go to the Azure portal.") in the Azure portal.
98+
* [**Create a Translator resource**](create-translator-resource.md "Go to the Azure portal.") in the Azure portal.
9999

100-
* [**Get your access keys and API endpoint**](create-translator-resource.yml#authentication-keys-and-endpoint-url). An endpoint URL and read-only key are required for authentication.
100+
* [**Get your access keys and API endpoint**](create-translator-resource.md#authentication-keys-and-endpoint-url). An endpoint URL and read-only key are required for authentication.
101101

102102
* Explore our [**Quickstart**](quickstart-text-rest-api.md "Learn to use Translator via REST and a preferred programming language.") and view use cases and code samples for the following programming languages:
103103
* [**C#/.NET**](quickstart-text-rest-api.md?tabs=csharp)

articles/ai-services/translator/translator-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ First, you need a Microsoft account; if you don't have one, you can sign up for
3131

3232
Next, you need to have an Azure account—navigate to the [**Azure sign-up page**](https://azure.microsoft.com/free/ai/), select the **Start free** button, and create a new Azure account using your Microsoft account credentials.
3333

34-
Now, you're ready to get started! [**Create a Translator service**](create-translator-resource.yml "Go to the Azure portal."), [**get your access keys and API endpoint**](create-translator-resource.yml#authentication-keys-and-endpoint-url "An endpoint URL and read-only key are required for authentication."), and try our [**quickstart**](quickstart-text-rest-api.md "Learn to use Translator via REST.").
34+
Now, you're ready to get started! [**Create a Translator service**](create-translator-resource.md "Go to the Azure portal."), [**get your access keys and API endpoint**](create-translator-resource.md#authentication-keys-and-endpoint-url "An endpoint URL and read-only key are required for authentication."), and try our [**quickstart**](quickstart-text-rest-api.md "Learn to use Translator via REST.").
3535

3636
## Next steps
3737

0 commit comments

Comments
 (0)