From ae42affc6cceb4e5ae6bc2a7fdaa29fff59fba40 Mon Sep 17 00:00:00 2001 From: tristandubbeld Date: Thu, 3 Jul 2025 10:00:44 +0200 Subject: [PATCH] fix: update link to point to new together docs page --- packages/projects-docs/pages/sdk/use-cases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/projects-docs/pages/sdk/use-cases.mdx b/packages/projects-docs/pages/sdk/use-cases.mdx index adc45648..33510be1 100644 --- a/packages/projects-docs/pages/sdk/use-cases.mdx +++ b/packages/projects-docs/pages/sdk/use-cases.mdx @@ -37,7 +37,7 @@ CodeSandbox SDK allows programmatically spinning up sandboxes (VMs) to execute c As these sandboxes exist in total isolation, you can run untrusted code without worrying about it affecting your system. -Many early adopters, such as Blackbox AI, are leveraging the power of CodeSandbox SDK to bring code interpretation capabilities to their generative AI applications. We highly recommend following the [guide by Together AI](https://docs.together.ai/docs/code-execution) to get CodeSandbox SDK running seamlessly with any of the leading open-source LLMs. +Many early adopters, such as Blackbox AI, are leveraging the power of CodeSandbox SDK to bring code interpretation capabilities to their generative AI applications. We highly recommend following the [guide by Together AI](https://docs.together.ai/docs/together-code-sandbox) to get CodeSandbox SDK running seamlessly with any of the leading open-source LLMs. ## CI/CD