Skip to content

Commit ac29d1f

Browse files
Migrate from sdk-gen to main
1 parent b02b4ca commit ac29d1f

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

content/guides/tooling/sdks/dotnet-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/sdk-gen
27-
[migration]: https://github.com/box/box-windows-sdk-v2/blob/sdk-gen/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md
26+
[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/main
27+
[migration]: https://github.com/box/box-windows-sdk-v2/blob/main/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md

content/guides/tooling/sdks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Refer to [this][android-docs] documentation for more details.
6565

6666
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.
6767

68-
**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.**
68+
**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.**
6969

7070
For more details, see our [SDK versioning strategy document][versioning].
7171
</Message>

content/guides/tooling/sdks/java-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[sdk-branch]: https://github.com/box/box-java-sdk/tree/sdk-gen
27-
[migration]: https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md
26+
[sdk-branch]: https://github.com/box/box-java-sdk/tree/main
27+
[migration]: https://github.com/box/box-java-sdk/blob/main/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md

content/guides/tooling/sdks/python-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[migration]: https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md
27-
[sdk-branch]: https://github.com/box/box-python-sdk/tree/sdk-gen
26+
[migration]: https://github.com/box/box-python-sdk/blob/main/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md
27+
[sdk-branch]: https://github.com/box/box-python-sdk/tree/main

content/guides/tooling/sdks/swift-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2424
For more details, see our [SDK versioning strategy document][versioning].
2525

2626
[versioning]: g://tooling/sdks/sdk-versioning
27-
[migration]: https://github.com/box/box-ios-sdk/blob/sdk-gen/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md
28-
[sdk-branch]: https://github.com/box/box-ios-sdk/tree/sdk-gen
27+
[migration]: https://github.com/box/box-ios-sdk/blob/main/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md
28+
[sdk-branch]: https://github.com/box/box-ios-sdk/tree/main

content/guides/tooling/sdks/typescript-gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
2323
For more details, see our [SDK versioning strategy document][versioning].
2424

2525
[versioning]: g://tooling/sdks/sdk-versioning
26-
[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
27-
[sdk-branch]: https://github.com/box/box-node-sdk/tree/sdk-gen
26+
[migration]: https://github.com/box/box-node-sdk/blob/main/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk.md
27+
[sdk-branch]: https://github.com/box/box-node-sdk/tree/main

content/pages/sdks-and-tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Refer to [this][android-docs] documentation for more details.
6969

7070
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.
7171

72-
**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.**
72+
**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.**
7373

7474
For more details, see our [SDK versioning strategy document][versioning].
7575
</Message>

0 commit comments

Comments
 (0)