Skip to content

Commit 263d92f

Browse files
committed
fix file path
1 parent 6174f8f commit 263d92f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/LUIS/includes/sdk-csharp-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the Language Understanding (LUIS) authoring client library for .NET to:
2626
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/)
2727
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
2828
* Once you have your Azure subscription, create a Language Understanding authoring resource (https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
29-
* You will need the key and endpoint from the resource you [create](luis-how-to-azure-subscription.md#create-luis-resources-in-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
29+
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md#create-luis-resources-in-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
3030

3131
## Setting up
3232

articles/cognitive-services/LUIS/includes/sdk-python-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Language Understanding (LUIS) authoring client library for Python to:
2525
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/)
2626
* The current version of [Python 3.x](https://www.python.org/).
2727
* Once you have your Azure subscription, create a Language Understanding authoring resource (https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28-
* You will need the key and endpoint from the resource you [create](luis-how-to-azure-subscription.md#create-luis-resources-in-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
28+
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md#create-luis-resources-in-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
2929

3030
## Setting up
3131

0 commit comments

Comments
 (0)