Skip to content

Commit 56fe158

Browse files
committed
fix links and stray text
1 parent 90d5ad0 commit 56fe158

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41583,17 +41583,17 @@
4158341583
},
4158441584
{
4158541585
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/csharp-analyze-sdk.md",
41586-
"redirect_url": "/azure/cognitive-sesrvices/Computer-vision/quickstarts-sdk/csharp-sdk",
41586+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/csharp-sdk",
4158741587
"redirect_document_id": false
4158841588
},
4158941589
{
4159041590
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/csharp-hand-text-sdk.md",
41591-
"redirect_url": "/azure/cognitive-sesrvices/Computer-vision/quickstarts-sdk/csharp-sdk",
41591+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/csharp-sdk",
4159241592
"redirect_document_id": false
4159341593
},
4159441594
{
4159541595
"source_path": "articles/cognitive-services/Computer-vision/quickstarts-sdk/csharp-thumb-sdk.md",
41596-
"redirect_url": "/azure/cognitive-sesrvices/Computer-vision/quickstarts-sdk/csharp-sdk",
41596+
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/csharp-sdk",
4159741597
"redirect_document_id": false
4159841598
},
4159941599
{

articles/cognitive-services/Computer-vision/quickstarts-sdk/csharp-sdk.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the Computer Vision client library for .NET to:
2020
* Analyze an image for tags, text description, faces, adult content, and more.
2121
* Recognize printed and handwritten text with the Batch Read API.
2222

23-
[Reference documentation](https://docs.microsoft.com/en-us/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Vision.ComputerVision) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.ComputerVision/) | [Samples](https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=vision&sort=0)
23+
[Reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Vision.ComputerVision) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.ComputerVision/) | [Samples](https://azure.microsoft.com/resources/samples/?service=cognitive-services&term=vision&sort=0)
2424

2525
## Prerequisites
2626

@@ -72,8 +72,6 @@ In the application's **Program** class, create variables for your resource's Azu
7272

7373
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_vars)]
7474

75-
And add main..?
76-
7775
### Install the client library
7876

7977
Within the application directory, install the Computer Vision client library for .NET with the following command:
@@ -265,7 +263,7 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
265263
## Next steps
266264

267265
> [!div class="nextstepaction"]
268-
>[Computer Vision API reference (.NET)](https://docs.microsoft.com/en-us/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet)
266+
>[Computer Vision API reference (.NET)](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet)
269267
270268
* [What is the Computer Vision API?](../Home.md)
271269
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/blob/master/documentation-samples/quickstarts/ComputerVision/Program.cs).

0 commit comments

Comments
 (0)