diff --git a/README.md b/README.md index a0a5f2ae1..1ddfdeb9f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ In v5 of the Box Java SDK, we are introducing a version that consolidates both t and the new generated package (`com.box.sdkgen`). This allows developers to use both packages simultaneously within a single project. The codebase for v5 of the Box Java SDK is currently available on the [combined-sdk](https://github.com/box/box-java-sdk/tree/combined-sdk) branch. -Migration guide which would help with migration from `com.box.sdk` to `com.box.sdkgen` can be found [here](./migration-guides/from-com.box.sdk-to-com.box.sdkgen.md). +Migration guide which would help with migration from `com.box.sdk` to `com.box.sdkgen` can be found [here](./migration-guides/from-com-box-sdk-to-com-box-sdkgen.md). Version v5 is intended for: - Existing developers of the Box Java SDK v4 who want to access new API features while keeping their current codebase largely unchanged.