Skip to content

Commit c712a97

Browse files
authored
Merge pull request #50 from HeidiSteen/master
Fixed links
2 parents 9080615 + bcb0544 commit c712a97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ products:
1212

1313
This repository includes several projects that show you how to use the [**Azure.Search.Documents**](https://docs.microsoft.com/dotnet/api/overview/azure/search.documents-readme) client library in Azure SDK for .NET to create C# applications that use Azure Cognitive Search.
1414

15-
An earlier version of the samples that were built using the [**Microsoft.Azure.Search**] client libraries can be found in the **v10** branch of this repo. To download those versions, switch the branch from **master** to **v10**, and then select **Code** to download or open those samples.
15+
An earlier version of the samples that were built using the [**Microsoft.Azure.Search**](https://docs.microsoft.com/dotnet/api/overview/azure/search/client10) client libraries can be found in the **v10** branch of this repo. To download those versions, switch the branch from **master** to **v10**, and then select **Code** to download or open those samples.
1616

1717
## DotNetHowTo
1818

@@ -45,6 +45,8 @@ This sample demonstrates the benefits of adding a synonym map using "before-and-
4545

4646
To run this sample, open the solution in Visual Studio and modify **app.config** to use valid values for your search service.
4747

48+
For detailed instructions, see [Example: Add synonyms for Azure Cognitive Search in C#](https://docs.microsoft.com/azure/search/search-synonyms-tutorial-sdk).
49+
4850
## DotNetHowToIndexers
4951

5052
This sample is a simple .NET Core console application that shows how create and run a search indexer that retrieves data from an Azure SQL database.

0 commit comments

Comments
 (0)