Skip to content

Commit 2d7fa92

Browse files
committed
Add edits
1 parent b3b6022 commit 2d7fa92

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.openpublishing.redirection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"redirect_document_id": false
1212
},
1313
{
14-
"source_path_from_root": "/articles/search-howto-dotnet-sdk.md",
14+
"source_path_from_root": "/articles/search/search-howto-dotnet-sdk.md",
1515
"redirect_url": "/azure/search/search-how-to-dotnet-sdk",
1616
"redirect_document_id": false
1717
},
1818
{
19-
"source_path_from_root": "/articles/search-howto-index-csv-blobs.md",
19+
"source_path_from_root": "/articles/search/search-howto-index-csv-blobs.md",
2020
"redirect_url": "/azure/search/search-how-to-index-csv-blobs",
2121
"redirect_document_id": false
2222
}

articles/search/search-how-to-dotnet-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom:
1616
- ignite-2023
1717
---
1818

19-
# How to use Azure.Search.Documents in a C# .NET Application
19+
# How to use Azure.Search.Documents in a .NET application
2020

2121
This article explains how to create and manage search objects using C# and the [**Azure.Search.Documents**](/dotnet/api/overview/azure/search) (version 11) client library in the Azure SDK for .NET.
2222

articles/search/search-how-to-index-csv-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ api-key: [admin key]
100100

101101
## Related content
102102

103-
+ [Index data from Blob Storage](search-howto-indexing-azure-blob-storage.md)
104-
+ [Index data from File Storage](search-file-storage-integration.md)
103+
+ [Index data from Azure Blob Storage](search-howto-indexing-azure-blob-storage.md)
104+
+ [Index data from Azure Files](search-file-storage-integration.md)

articles/search/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ items:
252252
- name: Index plain text
253253
href: search-howto-index-plaintext-blobs.md
254254
- name: Index CSV
255-
href: search-howto-index-csv-blobs.md
255+
href: search-how-to-index-csv-blobs.md
256256
- name: Index JSON
257257
href: search-howto-index-json-blobs.md
258258
- name: Troubleshooting guidance
@@ -480,7 +480,7 @@ items:
480480
- name: Upgrade .NET libraries
481481
href: search-dotnet-sdk-migration-version-11.md
482482
- name: Develop in .NET
483-
href: search-howto-dotnet-sdk.md
483+
href: search-how-to-dotnet-sdk.md
484484
- name: Manage with Azure SDKs
485485
href: search-dotnet-mgmt-sdk-migration.md
486486
- name: Handle concurrent updates

0 commit comments

Comments
 (0)