Skip to content

Commit 9ceed1c

Browse files
committed
PR warnings fixed
1 parent f5170b2 commit 9ceed1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/search/search-get-started-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the new [Azure.Search.Documents (version 11) client library](/dotnet/api/ove
1818
You can [download the source code](https://github.com/Azure-Samples/azure-search-dotnet-samples/tree/master/quickstart/v11) to start with a finished project or follow the steps in this article to create your own.
1919

2020
> [!NOTE]
21-
> Looking for an earlier version? See [Create a search index using Microsoft.Azure.Search v10](/azure-docs-archive-pr/articles/search/search-get-started-dotnet-v10.md) instead.
21+
> Looking for an earlier version? See [Create a search index using Microsoft.Azure.Search v10](/previous-versions/azure/search/search-get-started-dotnet-v10) instead.
2222
2323
## Prerequisites
2424

articles/search/search-howto-complex-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To get started, we recommend the [Hotels data set](https://github.com/Azure-Samp
2525
> [!Note]
2626
> Support for complex types became generally available starting in `api-version=2019-05-06`.
2727
>
28-
> If your search solution is built on earlier workarounds of flattened datasets in a collection, you should change your index to include complex types as supported in the newest API version. For more information about upgrading API versions, see [Upgrade to the newest REST API version](search-api-migration.md) or [Upgrade to the newest .NET SDK version](/azure-docs-archive-pr/articles/search/search-dotnet-sdk-migration-version-9.md).
28+
> If your search solution is built on earlier workarounds of flattened datasets in a collection, you should change your index to include complex types as supported in the newest API version. For more information about upgrading API versions, see [Upgrade to the newest REST API version](search-api-migration.md) or [Upgrade to the newest .NET SDK version](/previous-versions/azure/search/search-dotnet-sdk-migration-version-9).
2929
3030
## Example of a complex structure
3131

0 commit comments

Comments
 (0)