Skip to content

Commit b4f2cda

Browse files
committed
fix link
1 parent cadf48e commit b4f2cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ No installation is necessary to use the Azure AI Foundry portal.
103103
# [TypeScript](#tab/typescript)
104104
105105
1. [Install Node.js and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-javascript)
106-
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your JavaScript scripts.
106+
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your TypeScript scripts.
107107
1. Download [package.json](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/typescript/mslearn-resources/quickstart/package.json).
108108
1. Install packages with `npm install`
109109
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
@@ -113,7 +113,7 @@ No installation is necessary to use the Azure AI Foundry portal.
113113
114114
115115
> [!NOTE]
116-
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/javascript/mslearn-resources/quickstart).
116+
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/typescript/mslearn-resources/quickstart).
117117
118118
# [C#](#tab/csharp)
119119

0 commit comments

Comments
 (0)