diff --git a/content/guides/tooling/sdks/dotnet-gen.md b/content/guides/tooling/sdks/dotnet-gen.md index 1006939e4..314219add 100644 --- a/content/guides/tooling/sdks/dotnet-gen.md +++ b/content/guides/tooling/sdks/dotnet-gen.md @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next For more details, see our [SDK versioning strategy document][versioning]. [versioning]: g://tooling/sdks/sdk-versioning -[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/sdk-gen -[migration]: https://github.com/box/box-windows-sdk-v2/blob/sdk-gen/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md \ No newline at end of file +[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/main +[migration]: https://github.com/box/box-windows-sdk-v2/blob/main/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md \ No newline at end of file diff --git a/content/guides/tooling/sdks/index.md b/content/guides/tooling/sdks/index.md index ac55d748a..49095bb77 100644 --- a/content/guides/tooling/sdks/index.md +++ b/content/guides/tooling/sdks/index.md @@ -65,7 +65,7 @@ Refer to [this][android-docs] documentation for more details. In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows seamless additions of new capabilities to existing applications still powered by Box core SDKs, which were maintained manually. - **All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.** + **All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.** For more details, see our [SDK versioning strategy document][versioning]. diff --git a/content/guides/tooling/sdks/java-gen.md b/content/guides/tooling/sdks/java-gen.md index 244514ca3..d97a41b61 100644 --- a/content/guides/tooling/sdks/java-gen.md +++ b/content/guides/tooling/sdks/java-gen.md @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next For more details, see our [SDK versioning strategy document][versioning]. [versioning]: g://tooling/sdks/sdk-versioning -[sdk-branch]: https://github.com/box/box-java-sdk/tree/sdk-gen -[migration]: https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md \ No newline at end of file +[sdk-branch]: https://github.com/box/box-java-sdk/tree/main +[migration]: https://github.com/box/box-java-sdk/blob/main/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md \ No newline at end of file diff --git a/content/guides/tooling/sdks/python-gen.md b/content/guides/tooling/sdks/python-gen.md index 8a0b67326..40de4ac45 100644 --- a/content/guides/tooling/sdks/python-gen.md +++ b/content/guides/tooling/sdks/python-gen.md @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next For more details, see our [SDK versioning strategy document][versioning]. [versioning]: g://tooling/sdks/sdk-versioning -[migration]: https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md -[sdk-branch]: https://github.com/box/box-python-sdk/tree/sdk-gen \ No newline at end of file +[migration]: https://github.com/box/box-python-sdk/blob/main/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md +[sdk-branch]: https://github.com/box/box-python-sdk/tree/main \ No newline at end of file diff --git a/content/guides/tooling/sdks/sdk-versioning.md b/content/guides/tooling/sdks/sdk-versioning.md index 1d1fb743a..395b19e59 100644 --- a/content/guides/tooling/sdks/sdk-versioning.md +++ b/content/guides/tooling/sdks/sdk-versioning.md @@ -73,7 +73,7 @@ Here's what you can expect from generated packages of the Box SDK: As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts. Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes. -**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.** +**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.** | Repository name | Artifact name | Note | |------|---------------|--------| @@ -123,11 +123,11 @@ Follow detailed migration guides to migrate from the Box Next Generation SDKs to [python-repo]: https://github.com/box/box-python-sdk [ios-repo]: https://github.com/box/box-ios-sdk -[java-v10]: https://github.com/box/box-java-sdk/tree/sdk-gen -[ios-v10]: https://github.com/box/box-ios-sdk/tree/sdk-gen -[node-v10]: https://github.com/box/box-node-sdk/tree/sdk-gen -[python-v10]: https://github.com/box/box-python-sdk/tree/sdk-gen -[windows-v10]: https://github.com/box/box-windows-sdk-v2/tree/sdk-gen +[java-v10]: https://github.com/box/box-java-sdk/tree/main +[ios-v10]: https://github.com/box/box-ios-sdk/tree/main +[node-v10]: https://github.com/box/box-node-sdk/tree/main +[python-v10]: https://github.com/box/box-python-sdk/tree/main +[windows-v10]: https://github.com/box/box-windows-sdk-v2/tree/main [python-combined]: https://github.com/box/box-python-sdk/tree/combined-sdk [java-combined]: https://github.com/box/box-java-sdk/tree/combined-sdk diff --git a/content/guides/tooling/sdks/swift-gen.md b/content/guides/tooling/sdks/swift-gen.md index e2f8d12d2..ee828ba7b 100644 --- a/content/guides/tooling/sdks/swift-gen.md +++ b/content/guides/tooling/sdks/swift-gen.md @@ -24,5 +24,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next For more details, see our [SDK versioning strategy document][versioning]. [versioning]: g://tooling/sdks/sdk-versioning -[migration]: https://github.com/box/box-ios-sdk/blob/sdk-gen/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md -[sdk-branch]: https://github.com/box/box-ios-sdk/tree/sdk-gen \ No newline at end of file +[migration]: https://github.com/box/box-ios-sdk/blob/main/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md +[sdk-branch]: https://github.com/box/box-ios-sdk/tree/main \ No newline at end of file diff --git a/content/guides/tooling/sdks/typescript-gen.md b/content/guides/tooling/sdks/typescript-gen.md index baa09193c..5435381b2 100644 --- a/content/guides/tooling/sdks/typescript-gen.md +++ b/content/guides/tooling/sdks/typescript-gen.md @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next For more details, see our [SDK versioning strategy document][versioning]. [versioning]: g://tooling/sdks/sdk-versioning -[migration]: https://github.com/box/box-node-sdk/blob/sdk-gen/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk.md -[sdk-branch]: https://github.com/box/box-node-sdk/tree/sdk-gen +[migration]: https://github.com/box/box-node-sdk/blob/main/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk.md +[sdk-branch]: https://github.com/box/box-node-sdk/tree/main diff --git a/content/pages/sdks-and-tools/index.md b/content/pages/sdks-and-tools/index.md index 1c42a0e0c..dac92bb84 100644 --- a/content/pages/sdks-and-tools/index.md +++ b/content/pages/sdks-and-tools/index.md @@ -69,7 +69,7 @@ Refer to [this][android-docs] documentation for more details. Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes. - **All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.** + **All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.** For more details, see our [SDK versioning strategy document][versioning].