Skip to content

Commit be90751

Browse files
committed
fixed internal link
1 parent 25ebe64 commit be90751

File tree

15 files changed

+15
-17
lines changed

15 files changed

+15
-17
lines changed

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1818
## Prerequisites
1919

2020
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
21-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
21+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2222
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
2323

2424
## Setting up

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1717
## Prerequisites
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
20+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2121
* [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) with version 8 or above
2222

2323
## Setting up

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1515
## Prerequisites
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
18+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
1919
* [Node.js](https://nodejs.org/) v14 LTS or later
2020

2121
## Setting up

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1515
## Prerequisites
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
18+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
1919
* [Python 3.8 or later](https://www.python.org/)
2020

2121
## Setting up

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to send Personally Identifiable Information (PII) detection
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
19+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2020

2121
## Setting up
2222

articles/ai-services/language-service/summarization/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use this quickstart to create a text summarization application with the client l
3131

3232
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
3333
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
34-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
34+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
3535
* You'll need the key and endpoint from the resource you create to connect your application to the API. You paste your key and endpoint into the code later in the quickstart.
3636
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3737
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.

articles/ai-services/language-service/summarization/includes/quickstarts/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this quickstart to create a text summarization application with the client l
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) with version 8 or above
21-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
21+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2222
* You'll need the key and endpoint from the resource you create to connect your application to the API. You paste your key and endpoint into the code below later in the quickstart.
2323
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2424
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.

articles/ai-services/language-service/summarization/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this quickstart to create a text summarization application with the client l
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Node.js](https://nodejs.org/) v16 LTS
21-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
21+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2222
* You'll need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2323
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2424
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.

articles/ai-services/language-service/summarization/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use this quickstart to create a text summarization application with the client l
3131

3232
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
3333
* [Python 3.x](https://www.python.org/)
34-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
34+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
3535
* You'll need the key and endpoint from the resource you create to connect your application to the API. You paste your key and endpoint into the code below later in the quickstart.
3636
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3737
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.

articles/ai-services/language-service/summarization/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use this quickstart to send text summarization requests using the REST API. In t
2525
## Prerequisites
2626

2727
* The current version of [cURL](https://curl.haxx.se/).
28-
* Once you have your Azure subscription, <[create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
28+
* Once you have your Azure subscription, <[create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2929
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
3030
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3131

0 commit comments

Comments
 (0)