Skip to content

Commit 66ec8fd

Browse files
committed
Fixing image file name
1 parent 357e5f6 commit 66ec8fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/cosmos-db/migrate-java-v4-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you have been using the legacy Sync Java SDK 2.x.x, note that the direct conn
4646

4747
The following are the API level changes between Java 3.x.x Vs 4.x.x SDK and Async Java SDK 2.x.x and Legacy sync Java SDK 2.x.x:
4848

49-
![Azure Cosmos DB Java SDK naming conventions](./media/migrate-java-v4-sdk/java_sdk_naming_conventions.png)
49+
![Azure Cosmos DB Java SDK naming conventions](./media/migrate-java-v4-sdk/java-sdk-naming-conventions.png)
5050

5151
* The Java SDK 3.x.x and 4.0 refer the client resources as `Cosmos<resourceName>`. For example, `CosmosClient`, `CosmosDatabase`, `CosmosContainer`. Whereas in version 2.x.x, the Java SDKs doesn’t have a uniform naming scheme.
5252

0 commit comments

Comments
 (0)