Skip to content

Commit 19fc50c

Browse files
committed
docs: Adjust Python README and migration guide for v10 (box/box-codegen#782) (box/box-codegen#785)
1 parent 21418c6 commit 19fc50c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "ba0c5e0", "specHash": "24fbeb9", "version": "0.1.0" }
1+
{ "engineHash": "1d94996", "specHash": "24fbeb9", "version": "0.1.0" }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Box Java SDK
66

77
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
8-
![build](https://github.com/box/box-java-sdk/actions/workflows/build.yml/badge.svg)
8+
![build](https://github.com/box/box-java-sdk/actions/workflows/build.yml/badge.svg?branch=sdk-gen)
99
![Maven Central Version](https://img.shields.io/maven-central/v/com.box/box-java-sdk)
1010
![Platform](https://img.shields.io/badge/java-%3E%3D8-blue)
1111
[![Coverage](https://coveralls.io/repos/github/box/box-java-sdk/badge.svg?branch=sdk-gen)](https://coveralls.io/github/box/box-java-sdk-gen?branch=sdk-gen)
@@ -90,7 +90,7 @@ Browse the [docs](docs/README.md) or see [API Reference](https://developer.box.c
9090

9191
# Upgrades
9292

93-
The SDK is updated regularly to include new features, enhancements, and bug fixes. If you are upgrading from manual SDK to this new generated SDKm checkout the [migration guide](MIGRATION_GUIDE.md) and [changelog](CHANGELOG.md) for more information.
93+
The SDK is updated regularly to include new features, enhancements, and bug fixes. If you are upgrading from manual SDK to this new generated SDK checkout the [migration guide](MIGRATION_GUIDE.md) and [changelog](CHANGELOG.md) for more information.
9494

9595
# Integration Tests
9696

0 commit comments

Comments
 (0)