Skip to content

Commit e6caf54

Browse files
Merge pull request #247960 from laujan/247926-update
247926 update
2 parents 0a85ce5 + c977ecb commit e6caf54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.custom: devx-track-csharp
2828

2929
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE. For more information, *see* [Node.js in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/nodejs-tutorial)
3030

31-
* The latest LTS version of [Node.js](https://nodejs.org/about/releases/)
31+
* The latest LTS version of [Node.js](https://nodejs.org/)
3232

3333
* An Azure AI services or Document Intelligence resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Document Intelligence resource, in the Azure portal, to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3434

articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ After you've called the [**Analyze document**](https://westus.dev.cognitive.micr
106106

107107
* Use the NodeJS **json tool** as a JSON formatter for curl.
108108

109-
* If you don't have [Node.js](https://nodejs.org/about/releases/) installed, download and install the latest version.
109+
* If you don't have [Node.js](https://nodejs.org/) installed, download and install the latest version.
110110

111111
* Open a new command prompt and install the **json tool** with the following command:
112112

articles/ai-services/document-intelligence/quickstarts/includes/get-started/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this quickstart, you use the following APIs to extract structured data from f
2525

2626
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE.
2727

28-
* The latest LTS version of [Node.js](https://nodejs.org/about/releases/)
28+
* The latest LTS version of [Node.js](https://nodejs.org/)
2929

3030
* An Azure AI services or Document Intelligence resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Document Intelligence resource in the Azure portal to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3131

articles/ai-services/document-intelligence/quickstarts/includes/v3-javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this quickstart you'll, use the following features to analyze and extract dat
2828

2929
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE. For more information, *see* [Node.js in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/nodejs-tutorial)
3030

31-
* The latest LTS version of [Node.js](https://nodejs.org/about/releases/)
31+
* The latest LTS version of [Node.js](https://nodejs.org/)
3232

3333
* An Azure AI services or Document Intelligence resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Document Intelligence resource, in the Azure portal, to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3434

0 commit comments

Comments
 (0)