Skip to content

Commit 07954c6

Browse files
committed
fix broken links
1 parent 6198592 commit 07954c6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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
@@ -32,7 +32,7 @@ Use this quickstart to create a text summarization application with the client l
3232

3333
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
3434
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
35-
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
35+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
3636
* 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.
3737
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3838
* 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 Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
21+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
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 Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
21+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
2222
* You 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 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
@@ -32,7 +32,7 @@ Use this quickstart to create a text summarization application with the client l
3232

3333
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
3434
* [Python 3.x](https://www.python.org/)
35-
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
35+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
3636
* 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.
3737
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3838
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.

articles/ai-services/language-service/text-analytics-for-health/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use this quickstart to create a Text Analytics for health application with the c
2020

2121
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2222
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
23-
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
23+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
2424
* You 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.
2525
* You can use the free pricing tier (`Free F0`) to try the service (providing 5,000 text records - 1,000 characters each) and upgrade later to the `Standard S` pricing tier for production. You can also start with the `Standard S` pricing tier, receiving the same initial quota for free (5000 text records) before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
2626

articles/ai-services/language-service/text-analytics-for-health/includes/quickstarts/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a Text Analytics for health application with the c
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
1818
* [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) with version 8 or above
19-
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
19+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
2020
* You 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.
2121
* You can use the free pricing tier (`Free F0`) to try the service (providing 5,000 text records - 1,000 characters each) and upgrade later to the `Standard S` pricing tier for production. You can also start with the `Standard S` pricing tier, receiving the same initial quota for free (5,000 text records) before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
2222

articles/ai-services/language-service/text-analytics-for-health/includes/quickstarts/nodejs-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 Text Analytics for health application with the c
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
1919
* [Node.js](https://nodejs.org/) v14 LTS or later
20-
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
20+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
2121
* You 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.
2222
* You can use the free pricing tier (`Free F0`) to try the service (providing 5,000 text records - 1,000 characters each) and upgrade later to the `Standard S` pricing tier for production. You can also start with the `Standard S` pricing tier, receiving the same initial quota for free (5,000 text records) before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
2323

articles/ai-services/language-service/text-analytics-for-health/includes/quickstarts/python-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 Analytics for health application with the c
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Python 3.8 or later](https://www.python.org/)
21-
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
21+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
2222
* You 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.
2323
* You can use the free pricing tier (`Free F0`) to try the service (providing 5,000 text records - 1,000 characters each) and upgrade later to the `Standard S` pricing tier for production. You can also start with the `Standard S` pricing tier, receiving the same initial quota for free (5,000 text records) before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
2424

articles/ai-services/language-service/text-analytics-for-health/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this quickstart to send language detection requests using the REST API. In t
1818

1919
* The current version of [cURL](https://curl.haxx.se/)
2020
* An Azure subscription - [create one for free](https://azure.microsoft.com/free/cognitive-services/)
21-
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal#create-a-new-azure-ai-foundry-resource).
21+
* Once you have your Azure subscription, [create an AI Foundry resource](../../../../../ai-services/multi-service-resource.md?pivots=azportal).
2222
* You 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.
2323
* You can use the free pricing tier (`Free F0`) to try the service (providing 5,000 text records - 1,000 characters each) and upgrade later to the `Standard S` pricing tier for production. You can also start with the `Standard S` pricing tier, receiving the same initial quota for free (5,000 text records) before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
2424

0 commit comments

Comments
 (0)