Skip to content

Commit 9384f49

Browse files
committed
correcting warnings
1 parent 1bf1393 commit 9384f49

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

articles/ai-services/language-service/key-phrase-extraction/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ An AI system includes not only the technology, but also the people who will use
3939
## Next steps
4040

4141
There are two ways to get started using the entity linking feature:
42-
* [Azure AI Foundry](../../../ai-studio/what-is-ai-studio.md.md) is a web-based platform that lets you to use several Azure AI Language features without needing to write code.
42+
* [Azure AI Foundry](../../../ai-studio/what-is-ai-studio.md) is a web-based platform that lets you to use several Azure AI Language features without needing to write code.
4343
* The [quickstart article](quickstart.md) for instructions on making requests to the service using the REST API and client library SDK.

articles/ai-services/language-service/named-entity-recognition/includes/quickstarts/azure-ai-foundry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.custom: language-service-pii
1010

1111
## Prerequisites
1212

13-
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects?tabs=ai-studio.md)
13+
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../ai-studio/how-to/create-projects.md?tabs=ai-studio)
1414

1515
## Navigate to the Azure AI Foundry Playground
1616

1717
Using the left side pane, select **Playgrounds**. Then select the **Try the Language Playground** button.
1818

19-
:::image type="content" source="media/quickstarts/foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="media/quickstarts/foundry/foundry-playground-navigation.png":::
19+
:::image type="content" source="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
2020

2121
## Use NER in the Azure AI Foundry Playground
2222

@@ -54,4 +54,4 @@ After your operation is completed, the type of entity is displayed beneath each
5454
|Length| The character length of the entity.|
5555
|Confidence| How confident the model is in the correctness of identification of entity's type.|
5656

57-
:::image type="content" source="media/quickstarts/foundry/conversation-pii.png" alt-text="The development lifecycle" lightbox="media/quickstarts/foundry/conversation-pii.png":::
57+
:::image type="content" source="media/quickstarts/azure-ai-foundry/conversation-pii.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/conversation-pii.png":::

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/azure-ai-foundry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.custom: language-service-pii
1010

1111
## Prerequisites
1212

13-
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects?tabs=ai-studio.md)
13+
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects.md?tabs=ai-studio)
1414

1515
## Navigate to the Azure AI Foundry Playground
1616

1717
Using the left side pane, select **Playgrounds**. Then select the **Try the Language Playground** button.
1818

19-
:::image type="content" source="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
19+
:::image type="content" source="../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
2020

2121
## Use PII in the Azure AI Foundry Playground
2222

@@ -54,7 +54,7 @@ After your operation is completed, the type of entity is displayed beneath each
5454
|Length| The character length of the entity.|
5555
|Confidence| How confident the model is in the correctness of identification of entity's type.|
5656

57-
:::image type="content" source="media/quickstarts/azure-ai-foundry/conversation-pii.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/conversation-pii.png":::
57+
:::image type="content" source="../media/quickstarts/azure-ai-foundry/conversation-pii.png" alt-text="an example of extract PII from conversation in azure AI studio" lightbox="../media/quickstarts/azure-ai-foundry/conversation-pii.png":::
5858

5959
### Extract PII from text
6060

@@ -82,5 +82,5 @@ After your operation is completed, the type of entity is displayed beneath each
8282
|Confidence| How confident the model is in the correctness of identification of entity's type.|
8383
|Tags| How confident the model is in the correctness for each identified entity type.|
8484

85-
:::image type="content" source="media/quickstarts/azure-ai-foundry/text-pii.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/text-pii.png":::
85+
:::image type="content" source="../media/quickstarts/azure-ai-foundry/text-pii.png" alt-text="an example of extract PII from text in azure AI studio" lightbox="../media/quickstarts/azure-ai-foundry/text-pii.png":::
8686

zone-pivots/zone-pivot-groups.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ groups:
1212
- id: azpowershell
1313
title: Azure PowerShell
1414
- id: programming-languages-set-twenty-eight
15-
# Owner: jboback
15+
# Owner: aahi
1616
title: Programming languages
1717
prompt: Choose a programming language
1818
pivots:
@@ -24,8 +24,6 @@ groups:
2424
title: JavaScript
2525
- id: programming-language-python
2626
title: Python
27-
- id: azure-ai-foundry
28-
title: Azure AI Foundry
2927
# Service-specific groups
3028
- id: azure-ai-model-catalog-samples-chat
3129
# Owner: santiagxf
@@ -787,6 +785,8 @@ groups:
787785
title: Java
788786
- id: rest-api
789787
title: REST API
788+
- id: azure-ai-foundry
789+
title: Azure AI Foundry
790790
- id: programming-languages-metrics-monitor
791791
title: Programming languages
792792
prompt: Choose a programming language.

0 commit comments

Comments
 (0)