From 212b8fc62be3756ea43f5a17b4bc4e76f957f063 Mon Sep 17 00:00:00 2001 From: mchen Date: Fri, 21 Aug 2026 11:28:11 -0700 Subject: [PATCH] chore: point README docs links at docs.e2b.dev The docs site moved to its own subdomain. e2b.dev/docs now 308s to docs.e2b.dev/, and the subdomain has no /docs path prefix, so e2b.dev/docs/ maps to docs.e2b.dev/. UTM parameters are unchanged and already survived the redirect, so this removes a redirect hop rather than fixing broken attribution. Co-Authored-By: Claude Opus 5 --- .changeset/docs-subdomain-links.md | 6 ++++++ README.md | 2 +- js/README.md | 2 +- python/README.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changeset/docs-subdomain-links.md diff --git a/.changeset/docs-subdomain-links.md b/.changeset/docs-subdomain-links.md new file mode 100644 index 00000000..6d65d4d0 --- /dev/null +++ b/.changeset/docs-subdomain-links.md @@ -0,0 +1,6 @@ +--- +'@e2b/code-interpreter': patch +'@e2b/code-interpreter-python': patch +--- + +Point the README documentation links at `docs.e2b.dev` instead of `e2b.dev/docs`. The docs site moved to its own subdomain and the old path has no `/docs` prefix there, so `e2b.dev/docs` now serves a 308 to `docs.e2b.dev/`. The UTM parameters are unchanged and survived the redirect, so this removes a redirect hop rather than fixing broken attribution. diff --git a/README.md b/README.md index 07ba40ac..1278620b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ with Sandbox.create() as sandbox: ``` ### 4. Check docs -Visit [E2B documentation](https://e2b.dev/docs?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter). +Visit [E2B documentation](https://docs.e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter). ### 5. E2B cookbook Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks. diff --git a/js/README.md b/js/README.md index d7a7917f..b41d87b8 100644 --- a/js/README.md +++ b/js/README.md @@ -44,7 +44,7 @@ console.log(execution.text) // outputs 2 ``` ### 4. Check docs -Visit [E2B documentation](https://e2b.dev/docs?utm_source=npm&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter). +Visit [E2B documentation](https://docs.e2b.dev/?utm_source=npm&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter). ### 5. E2B cookbook Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks. diff --git a/python/README.md b/python/README.md index a0d1df72..026cf757 100644 --- a/python/README.md +++ b/python/README.md @@ -43,7 +43,7 @@ with Sandbox.create() as sandbox: ``` ### 4. Check docs -Visit [E2B documentation](https://e2b.dev/docs?utm_source=pypi&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter). +Visit [E2B documentation](https://docs.e2b.dev/?utm_source=pypi&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter). ### 5. E2B cookbook Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks.