diff --git a/.codegen.json b/.codegen.json index e7aa5dff8..da9eed8a7 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "c174072", "specHash": "ccdb456", "version": "10.4.0" } +{ "engineHash": "29cb063", "specHash": "ccdb456", "version": "10.4.0" } diff --git a/README.md b/README.md index 871388684..5e4755822 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Box Java SDK v10 supports multiple authentication methods including Developer To Client Credentials Grant, and JSON Web Token (JWT). You can find detailed instructions and example code for each authentication method in -[Authentication](./docs/Authentication.md) document. +[Authentication](./docs/authentication.md) document. # Documentation diff --git a/docs/README.md b/docs/README.md index fd3428891..0b0f89473 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,9 +4,9 @@ This section covers the documentation required to get up and running with the SDK, including configuration, authentication, and client initialization for making API calls. -* [Configuration](Configuration.md) -* [Authentication](Authentication.md) -* [Client](Client.md) +* [Configuration](configuration.md) +* [Authentication](authentication.md) +* [Client](client.md) ## Box API Usage diff --git a/docs/Authentication.md b/docs/authentication.md similarity index 100% rename from docs/Authentication.md rename to docs/authentication.md diff --git a/docs/Client.md b/docs/client.md similarity index 100% rename from docs/Client.md rename to docs/client.md diff --git a/docs/Configuration.md b/docs/configuration.md similarity index 100% rename from docs/Configuration.md rename to docs/configuration.md diff --git a/docs/EventStream.md b/docs/eventstream.md similarity index 100% rename from docs/EventStream.md rename to docs/eventstream.md