Skip to content

Commit 46e68c7

Browse files
committed
Fix links
1 parent 88b3dd2 commit 46e68c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/spring/azure-spring-data-cosmos/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ java -javaagent:"<path-to-applicationinsights-agent-jar>" -jar <myapp.jar>
281281

282282
#### Using database provisioned throughput
283283

284-
Cosmos supports both [container](https://learn.microsoft.com/azure/cosmos-db/sql/how-to-provision-container-throughput)
285-
and [database](https://learn.microsoft.com/azure/cosmos-db/sql/how-to-provision-database-throughput) provisioned
284+
Cosmos supports both [container](https://learn.microsoft.com/azure/cosmos-db/how-to-provision-container-throughput)
285+
and [database](https://learn.microsoft.com/azure/cosmos-db/how-to-provision-database-throughput) provisioned
286286
throughput. By default, spring-data-cosmos will provision throughput for each container created. If you prefer
287287
to share throughput between containers, you can enable database provisioned throughput via CosmosConfig.
288288

@@ -609,7 +609,7 @@ public class MyItem {
609609
String _etag;
610610
}
611611
```
612-
- Read more about Optimistic Locking [here](https://learn.microsoft.com/azure/cosmos-db/sql/database-transactions-optimistic-concurrency#optimistic-concurrency-control)
612+
- Read more about Optimistic Locking [here](https://learn.microsoft.com/azure/cosmos-db/database-transactions-optimistic-concurrency#optimistic-concurrency-control)
613613

614614
### Spring Data custom query, pageable and sorting
615615
- Azure-spring-data-cosmos supports [spring data custom queries][spring_data_custom_query]

0 commit comments

Comments
 (0)