Skip to content

Commit dfc051e

Browse files
fixing links
1 parent 7e47f47 commit dfc051e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-howto-large-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following sections explore techniques for indexing large amounts of data usi
2525

2626
When pushing data into an index, there's several key considerations that impact indexing speeds for the push API. These factors are outlined in the section below.
2727

28-
In addition to the information in this article, you can also take advantage of the code samples in the [optimizing indexing speeds tutorial](tutorial-optimize-indexing-pushapi.md) to learn more.
28+
In addition to the information in this article, you can also take advantage of the code samples in the [optimizing indexing speeds tutorial](tutorial-optimize-indexing-push-api.md) to learn more.
2929

3030
### Service tier and number of partitions/replicas
3131

@@ -52,7 +52,7 @@ Using batches to index documents will significantly improve indexing performance
5252
+ The schema of your index
5353
+ The size of your data
5454

55-
Because the optimal batch size depends on your index and your data, the best approach is to test different batch sizes to determine what results in the fastest indexing speeds for your scenario. This [tutorial](tutorial-optimize-indexing-pushapi.md) provides sample code for testing batch sizes using the .NET SDK.
55+
Because the optimal batch size depends on your index and your data, the best approach is to test different batch sizes to determine what results in the fastest indexing speeds for your scenario. This [tutorial](tutorial-optimize-indexing-push-api.md) provides sample code for testing batch sizes using the .NET SDK.
5656

5757
### Number of threads/workers
5858

0 commit comments

Comments
 (0)