Skip to content

Commit cb363c7

Browse files
authored
Fix error reported by 'Link verification check' (#47603)
1 parent 14f5b5e commit cb363c7

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
@@ -280,8 +280,8 @@ java -javaagent:"<path-to-applicationinsights-agent-jar>" -jar <myapp.jar>
280280

281281
#### Using database provisioned throughput
282282

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

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

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

0 commit comments

Comments
 (0)