Skip to content

Commit 9637d14

Browse files
author
Trevor Bye
committed
validation fixes
1 parent 452ce3e commit 9637d14

File tree

7 files changed

+6
-13
lines changed

7 files changed

+6
-13
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/python/python.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.author: dapine
1111
Before you get started, make sure to:
1212

1313
> [!div class="checklist"]
14-
> * [Setup your development environment](../../../../quickstarts/setup-platform.md)
15-
> * [Create an empty sample project](../../../../quickstarts/create-project.md)
14+
> * [Setup your development environment and create an empty project](../../../../quickstarts/setup-platform.md)
1615
> * [Create an Azure Speech resource](../../../../get-started.md)
1716
> * [Upload a source file to an Azure blob](https://docs.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-portal)
1817

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ zone_pivot_groups: programming-languages-set-two
1212

1313
Before you get started:
1414

15-
* If this is your first C++ project, use this guide to <a href="~/articles/cognitive-services/Speech-Service/quickstarts/create-project.md?tabs=windows" target="_blank">create an empty sample project <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
16-
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md?tabs=windows" target="_blank">Install the Speech SDK for your development environment <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
15+
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md?tabs=windows" target="_blank">Install the Speech SDK for your development environment and create an empty sample project<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
1716

1817
## Create a LUIS app for intent recognition
1918

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ zone_pivot_groups: programming-languages-set-two
1212

1313
Before you get started:
1414

15-
* If this is your first C# project, use this guide to <a href="~/articles/cognitive-services/Speech-Service/quickstarts/create-project.md?tabs=dotnet" target="_blank">create an empty sample project <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
16-
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md?tabs=dotnet" target="_blank">Install the Speech SDK for your development environment <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
15+
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md?tabs=dotnet" target="_blank">Install the Speech SDK for your development environment an create and empty sample project<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
1716

1817
## Create a LUIS app for intent recognition
1918

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ zone_pivot_groups: programming-languages-set-two
1212

1313
Before you get started:
1414

15-
* If this is your first Java (JRE) project, use this guide to <a href="~/articles/cognitive-services/Speech-Service/quickstarts/create-project.md?tabs=jre" target="_blank">create an empty sample project <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
16-
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md?tabs=jre" target="_blank">Install the Speech SDK for your development environment <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
15+
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md?tabs=jre" target="_blank">Install the Speech SDK for your development environment and create an empty sample project<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
1716

1817
## Create a LUIS app for intent recognition
1918

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ zone_pivot_groups: programming-languages-set-two
1212

1313
Before you get started:
1414

15-
* If this is your first Python project, use this guide to <a href="~/articles/cognitive-services/Speech-Service/quickstarts/create-project.md" target="_blank">create an empty sample project <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
16-
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md" target="_blank">Install the Speech SDK for your development environment <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
15+
* <a href="~/articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md" target="_blank">Install the Speech SDK for your development environment and create an empty sample project<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
1716

1817
## Create a LUIS app for intent recognition
1918

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-dotnet-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To build and run the console application, create a platform configuration matchi
7272

7373
1. From the menu bar, select **Build** > **Configuration Manager**. The **Configuration Manager** dialog box appears.
7474

75-
![Configuration Manager dialog box](../articles/cognitive-services/speech-service/media/sdk/vs-configuration-manager-dialog-box.png)
75+
![Configuration Manager dialog box](~/articles/cognitive-services/speech-service/media/sdk/vs-configuration-manager-dialog-box.png)
7676

7777
1. In the **Active solution platform** drop-down box, select **New**. The **New Solution Platform** dialog box appears.
7878

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,6 @@
447447
href: ship-application.md
448448
- name: Quickstart
449449
items:
450-
- name: Create a project
451-
href: quickstarts/create-project.md
452450
- name: Setup Speech SDK
453451
href: quickstarts/setup-platform.md
454452
displayName: install the speech sdk, install the speech sdk java, install the speech sdk C#, install the speech sdk python, install the speech sdk C++, setup speech sdk, install, install C#, install C++, install Python, install Java, install Javascript

0 commit comments

Comments
 (0)