Skip to content

Commit 0e72db5

Browse files
Fix broken link (#5244)
Co-authored-by: OpenPublishing.Build <opbuild@microsoft.com>
1 parent 52de3e4 commit 0e72db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entity-framework/core/providers/cosmos/modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Time-to-live for individual entities can be set using a property mapped to "ttl"
140140
[!code-csharp[TimeToLiveProperty](../../../../samples/core/Miscellaneous/NewInEFCore6.Cosmos/CosmosModelConfigurationSample.cs?name=TimeToLiveProperty)]
141141

142142
> [!NOTE]
143-
> A default time-to-live must configured on the entity type for the "ttl" to have any effect. See [_Time to Live (TTL) in Azure Cosmos DB_](/azure/cosmos-db/nosql/time-to-live) for more information.
143+
> A default time-to-live must configured on the entity type for the "ttl" to have any effect. See [_Time to Live (TTL) in Azure Cosmos DB_](/azure/cosmos-db/time-to-live) for more information.
144144
145145
The time-to-live property is then set before the entity is saved. For example:
146146

0 commit comments

Comments
 (0)