Skip to content

Commit 04a9568

Browse files
committed
updates for broken links
1 parent c18a0c0 commit 04a9568

File tree

12 files changed

+17
-21
lines changed

12 files changed

+17
-21
lines changed

articles/ai-services/document-intelligence/index.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ landingContent:
8787
links:
8888
- text: Transparency notes
8989
url: /azure/ai-foundry/responsible-ai/document-intelligence/transparency-note?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
90-
- text: Characteristics and limitations
91-
url: /azure/ai-foundry/responsible-ai/document-intelligence/characteristics-and-limitations?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
92-
- text: Guidance for integration and responsible use
93-
url: /azure/ai-foundry/responsible-ai/document-intelligence/guidance-integration-responsible-use?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
9490
- text: Data privacy, compliance, and security
9591
url: /azure/ai-foundry/responsible-ai/document-intelligence/data-privacy-security?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json#Card 5
9692

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this quickstart, learn to use the Document Intelligence REST API to analyze a
3333
* curl command line tool installed.
3434

3535
* [Windows](https://curl.haxx.se/windows/)
36-
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows)
36+
* [Mac or Linux](https://learn2torials.com/)
3737

3838
* **PowerShell version 7.*+** (or a similar command-line application.):
3939
* [Windows](/powershell/scripting/install/installing-powershell-on-windows)

articles/ai-services/language-service/conversational-language-understanding/how-to/use-containers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ docker pull mcr.microsoft.com/azure-cognitive-services/language/clu:latest
8787

8888
After creating the exported model in the section above, users have to run the container in order to download the deployment package that was created specifically for their exported models.
8989

90-
| Placeholder| Value|Format or example |
90+
| Placeholder| Value | Format or example |
9191
|---|---|---|
92-
| **{API_KEY}**| The key for your Language resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal. | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 
93-
| **{ENDPOINT_URI}** | The endpoint for accessing the API. You can find it on your resource's **Key and endpoint** page, on the Azure portal. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
94-
| **{IMAGE_TAG}** | The image tag representing the language of the container you want to run. Make sure this matches the `docker pull` command you used.  | latest|
95-
| **{LOCAL_CLU_PORT}**| Port number assigned for the container in local machine.| 5000 |
92+
| **{API_KEY}**| The key for your Language resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal. | See Azure portal |
93+
| **{ENDPOINT_URI}** | The endpoint for accessing the API. You can find it on your resource's **Key and endpoint** page, on the Azure portal. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
94+
| **{IMAGE_TAG}**| The image tag representing the language of the container you want to run. Make sure this matches the `docker pull` command you used.  | latest|
95+
| **{LOCAL_CLU_PORT}** | Port number assigned for the container in local machine.| 5000 |
9696
| **{LOCAL_MODEL_DIRECTORY}** | Absolute directory in host machine where exported models are saved in. | `C:\usr\local\myDeploymentPackage` |
9797
| **{PROJECT_NAME}**| Name of the project that the exported model belongs to | myProject |
9898
| **{EXPORTED_MODEL_NAME}** | Exported model to be downloaded | myExportedModel |

articles/ai-services/language-service/custom-named-entity-recognition/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ As you use custom NER, see the following reference documentation and samples for
7575

7676
## Responsible AI
7777

78-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for custom NER](/azure/ai-foundry/responsible-ai/language-service/cner-transparency-note) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
78+
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for custom NER](/azure/ai-foundry/responsible-ai/language-service/transparency-note) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
7979

8080
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
8181

articles/ai-services/language-service/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ Use Language service containers to deploy API features on-premises. These Docker
248248

249249
An AI system includes not only the technology, but also the people who use it, the people affected by it, and the deployment environment. Read the following articles to learn about responsible AI use and deployment in your systems:
250250

251-
* [Transparency note for the Language service](/azure/ai-foundry/responsible-ai/text-analytics/transparency-note)
252-
* [Integration and responsible use](/azure/ai-foundry/responsible-ai/text-analytics/guidance-integration-responsible-use)
253-
* [Data, privacy, and security](/azure/ai-foundry/responsible-ai/text-analytics/data-privacy)
251+
* [Transparency note for the Language service](/azure/ai-foundry/responsible-ai/language-service/transparency-note)
252+
* [Integration and responsible use](/azure/ai-foundry/responsible-ai/language-service/guidance-integration-responsible-use)
253+
* [Data, privacy, and security](/azure/ai-foundry/responsible-ai/language-service/data-privacy)

articles/ai-services/language-service/personally-identifiable-information/how-to/redact-document-pii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A native document refers to the file format used to create the original document
6868
* If cURL isn't installed, here are installation links for your platform:
6969

7070
* [Windows](https://curl.haxx.se/windows/).
71-
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows).
71+
* [Mac or Linux](https://learn2torials.com/).
7272

7373
* An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/).
7474

articles/ai-services/language-service/sentiment-opinion-mining/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The labels are *positive*, *negative*, and *neutral*. At the document level, the
2828
| At least one `negative` sentence and at least one `positive` sentence are in the document. | `mixed` |
2929
| All sentences in the document are `neutral`. | `neutral` |
3030

31-
Confidence scores range from 1 to 0. Scores closer to 1 indicate a higher confidence in the label's classification, while lower scores indicate lower confidence. For each document or each sentence, the predicted scores associated with the labels (positive, negative, and neutral) add up to 1. For more information, see the [Responsible AI transparency note](/azure/ai-foundry/responsible-ai/text-analytics/transparency-note).
31+
Confidence scores range from 1 to 0. Scores closer to 1 indicate a higher confidence in the label's classification, while lower scores indicate lower confidence. For each document or each sentence, the predicted scores associated with the labels (positive, negative, and neutral) add up to 1. For more information, see the [Responsible AI transparency note](/azure/ai-foundry/responsible-ai/language-service/transparency-note).
3232

3333
## Opinion Mining
3434

articles/ai-services/language-service/summarization/how-to/document-summarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Azure AI Language is a cloud-based service that applies Natural Language Process
6363
* If cURL isn't installed, here are installation links for your platform:
6464

6565
* [Windows](https://curl.haxx.se/windows/).
66-
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows).
66+
* [Mac or Linux](https://learn2torials.com/).
6767

6868
* An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/).
6969

articles/ai-services/language-service/text-analytics-for-health/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: language-service-health
1616

1717
[!INCLUDE [service notice](../includes/service-notice.md)]
1818

19-
Text Analytics for health can be used to extract and label relevant medical information from unstructured texts such as doctors' notes, discharge summaries, clinical documents, and electronic health records. The service performs [named entity recognition](../concepts/health-entity-categories.md), [relation extraction](../concepts/relation-extraction.md), [entity linking](https://www.nlm.nih.gov/research/umls/sourcereleasedocs/index.html), and [assertion detection](../concepts/assertion-detection.md) to uncover insights from the input text. For information on the returned confidence scores, see the [transparency note](/azure/ai-foundry/responsible-ai/text-analytics/transparency-note#general-guidelines-to-understand-and-improve-performance).
19+
Text Analytics for health can be used to extract and label relevant medical information from unstructured texts such as doctors' notes, discharge summaries, clinical documents, and electronic health records. The service performs [named entity recognition](../concepts/health-entity-categories.md), [relation extraction](../concepts/relation-extraction.md), [entity linking](https://www.nlm.nih.gov/research/umls/sourcereleasedocs/index.html), and [assertion detection](../concepts/assertion-detection.md) to uncover insights from the input text. For information on the returned confidence scores, see the [transparency note](/azure/ai-foundry/responsible-ai/language-service/transparency-note).
2020

2121
> [!TIP]
2222
> If you want to test out the feature without writing any code, use [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).

articles/ai-services/language-service/text-analytics-for-health/how-to/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Once the container is on the host computer, use the [docker run](https://docs.do
6464
> [!IMPORTANT]
6565
> * The docker commands in the following sections use the back slash, `\`, as a line continuation character. Replace or remove this based on your host operating system's requirements.
6666
> * The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container; otherwise, the container won't start. For more information, see [Billing](#billing).
67-
> * The [responsible AI](/azure/ai-foundry/responsible-ai/text-analytics/transparency-note-health) (RAI) acknowledgment must also be present with a value of `accept`.
67+
> * The [responsible AI](/azure/ai-foundry/responsible-ai/language-service/transparency-note) (RAI) acknowledgment must also be present with a value of `accept`.
6868
> * The sentiment analysis and language detection containers use v3 of the API, and are generally available. The key phrase extraction container uses v2 of the API, and is in preview.
6969
7070
There are multiple ways you can install and run the Text Analytics for health container.

0 commit comments

Comments
 (0)