Skip to content

Commit 82aad37

Browse files
authored
Merge pull request #204451 from kushagraThapar/non_partitioned_container_migration_sample_link_fix
Fixed samples link for Java Samples
2 parents bd57f2a + 6ae550a commit 82aad37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql/migrate-containers-partitioned-to-nonpartitioned.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ CosmosItemOperation createItemOperation = CosmosBulkOperations.getCreateItemOper
144144
cosmosContainer.executeBulkOperations(Collections.singletonList(createItemOperation));
145145
```
146146

147-
For the complete sample, see the [.Net samples][1] GitHub repository.
147+
For the complete sample, see the [Java samples][2] GitHub repository.
148148

149149
## Migrate the documents
150150

0 commit comments

Comments
 (0)