Skip to content

Commit d644242

Browse files
Merge pull request #233159 from seesharprun/cosmos-index-overview-update-link
Cosmos DB | Removed HTML anchor tag from indexing overview
2 parents ca6fb3d + 57020ee commit d644242

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/cosmos-db/index-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here are the paths for each property from the example item described above:
6161

6262
When an item is written, Azure Cosmos DB effectively indexes each property's path and its corresponding value.
6363

64-
## <a id="index-types"></a>Types of indexes
64+
## Types of indexes
6565

6666
Azure Cosmos DB currently supports three types of indexes. You can configure these index types when defining the indexing policy.
6767

articles/cosmos-db/nosql/samples-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The Document CRUD Samples files for [sync](https://github.com/Azure-Samples/azur
165165
| Transactional batch | [batch samples](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/main/src/main/java/com/azure/cosmos/examples/batch/async/SampleBatchQuickStartAsync.java) |
166166

167167
## Indexing examples
168-
The [Collection CRUD Samples](https://github.com/Azure/azure-documentdb-java/blob/master/documentdb-examples/src/test/java/com/microsoft/azure/documentdb/examples/CollectionCrudSamples.java) file shows how to perform the following tasks. To learn about indexing in Azure Cosmos DB before running the following samples, see [indexing policies](../index-policy.md), [indexing types](../index-overview.md#index-types), and [indexing paths](../index-policy.md#include-exclude-paths) conceptual articles.
168+
The [Collection CRUD Samples](https://github.com/Azure/azure-documentdb-java/blob/master/documentdb-examples/src/test/java/com/microsoft/azure/documentdb/examples/CollectionCrudSamples.java) file shows how to perform the following tasks. To learn about indexing in Azure Cosmos DB before running the following samples, see [indexing policies](../index-policy.md), [indexing types](../index-overview.md#types-of-indexes), and [indexing paths](../index-policy.md#include-exclude-paths) conceptual articles.
169169

170170
| Task | API reference |
171171
| --- | --- |

articles/cosmos-db/nosql/samples-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The [ItemManagement](https://github.com/Azure/azure-cosmos-js/blob/master/sample
7575

7676
## Indexing examples
7777

78-
The [IndexManagement](https://github.com/Azure/azure-cosmos-js/blob/master/samples/IndexManagement.ts) file shows how to manage indexing. To learn about indexing in Azure Cosmos DB before running the following samples, see [indexing policies](../index-policy.md), [indexing types](../index-overview.md#index-types), and [indexing paths](../index-policy.md#include-exclude-paths) conceptual articles.
78+
The [IndexManagement](https://github.com/Azure/azure-cosmos-js/blob/master/samples/IndexManagement.ts) file shows how to manage indexing. To learn about indexing in Azure Cosmos DB before running the following samples, see [indexing policies](../index-policy.md), [indexing types](../index-overview.md#types-of-indexes), and [indexing paths](../index-policy.md#include-exclude-paths) conceptual articles.
7979

8080
| Task | API reference |
8181
| --- | --- |

articles/cosmos-db/nosql/samples-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The [document_management.py](https://github.com/Azure/azure-sdk-for-python/blob/
8181

8282
## Indexing examples
8383

84-
The [index_management.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/cosmos/azure-cosmos/samples/index_management.py) Python sample shows how to do the following tasks. To learn about indexing in Azure Cosmos DB before running the following samples, see [indexing policies](../index-policy.md), [indexing types](../index-overview.md#index-types), and [indexing paths](../index-policy.md#include-exclude-paths) conceptual articles.
84+
The [index_management.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/cosmos/azure-cosmos/samples/index_management.py) Python sample shows how to do the following tasks. To learn about indexing in Azure Cosmos DB before running the following samples, see [indexing policies](../index-policy.md), [indexing types](../index-overview.md#types-of-indexes), and [indexing paths](../index-policy.md#include-exclude-paths) conceptual articles.
8585

8686
| Task | API reference |
8787
| --- | --- |

0 commit comments

Comments
 (0)