Skip to content

Commit 2dbb2d9

Browse files
committed
Fixing broken links
1 parent ba40be0 commit 2dbb2d9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ zone_pivot_groups: programming-languages-set-two
1616

1717
Before you get started:
1818

19-
* If this is your first C++ project, use this guide to <a href="../../../../quickstarts/create-project.md?tabs=windows" target="_blank">create an empty sample project</a>.
20-
* <a href="../../../../quickstarts/setup-platform.md?tabs=windows" target="_blank">Install the Speech SDK for your development environment</a>.
19+
* If this is your first C++ project, use this guide to <a href="../quickstarts/create-project.md?tabs=windows" target="_blank">create an empty sample project</a>.
20+
* <a href="../quickstarts/setup-platform.md?tabs=windows" target="_blank">Install the Speech SDK for your development environment</a>.
2121

2222
## Create a LUIS app for intent recognition
2323

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ zone_pivot_groups: programming-languages-set-two
1616

1717
Before you get started:
1818

19-
* If this is your first C# project, use this guide to <a href="../../../../quickstarts/create-project.md?tabs=dotnet" target="_blank">create an empty sample project</a>.
20-
* <a href="../../../../quickstarts/setup-platform.md?tabs=dotnet" target="_blank">Install the Speech SDK for your development environment</a>.
19+
* If this is your first C# project, use this guide to <a href="../quickstarts/create-project.md?tabs=dotnet" target="_blank">create an empty sample project</a>.
20+
* <a href="../quickstarts/setup-platform.md?tabs=dotnet" target="_blank">Install the Speech SDK for your development environment</a>.
2121

2222
## Create a LUIS app for intent recognition
2323

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/jre.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ zone_pivot_groups: programming-languages-set-two
1616

1717
Before you get started:
1818

19-
* If this is your first Java (JRE) project, use this guide to <a href="../../../../quickstarts/create-project.md?tabs=jre" target="_blank">create an empty sample project</a>.
20-
* <a href="../../../../quickstarts/setup-platform.md?tabs=jre" target="_blank">Install the Speech SDK for your development environment</a>.
19+
* If this is your first Java (JRE) project, use this guide to <a href="../quickstarts/create-project.md?tabs=jre" target="_blank">create an empty sample project</a>.
20+
* <a href="../quickstarts/setup-platform.md?tabs=jre" target="_blank">Install the Speech SDK for your development environment</a>.
2121

2222
## Create a LUIS app for intent recognition
2323

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/luis-sign-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The first thing you'll need to do is create a LUIS account and app using the LUI
1717

1818
Follow these instructions to create your LUIS app:
1919

20-
* <a href="../../../../luis/luis-get-started-create-app.md" target="_blank">Quickstart: Build prebuilt domain app</a>
20+
* <a href="../luis/luis-get-started-create-app.md" target="_blank">Quickstart: Build prebuilt domain app</a>
2121

2222
When you're done, you'll need three things:
2323

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ zone_pivot_groups: programming-languages-set-two
1616

1717
Before you get started:
1818

19-
* If this is your first Python project, use this guide to <a href="../../../../quickstarts/create-project.md" target="_blank">create an empty sample project</a>.
20-
* <a href="../../../../quickstarts/setup-platform.md" target="_blank">Install the Speech SDK for your development environment</a>.
19+
* If this is your first Python project, use this guide to <a href="../quickstarts/create-project.md" target="_blank">create an empty sample project</a>.
20+
* <a href="../quickstarts/setup-platform.md" target="_blank">Install the Speech SDK for your development environment</a>.
2121

2222
## Create a LUIS app for intent recognition
2323

0 commit comments

Comments
 (0)