Skip to content

Commit 212b8fc

Browse files
michael-e2bclaude
andcommitted
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/<path> maps to docs.e2b.dev/<path>. 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 <noreply@anthropic.com>
1 parent 0fb4a02 commit 212b8fc

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.changeset/docs-subdomain-links.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@e2b/code-interpreter': patch
3+
'@e2b/code-interpreter-python': patch
4+
---
5+
6+
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ with Sandbox.create() as sandbox:
6868
```
6969

7070
### 4. Check docs
71-
Visit [E2B documentation](https://e2b.dev/docs?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter).
71+
Visit [E2B documentation](https://docs.e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter).
7272

7373
### 5. E2B cookbook
7474
Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks.

js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ console.log(execution.text) // outputs 2
4444
```
4545

4646
### 4. Check docs
47-
Visit [E2B documentation](https://e2b.dev/docs?utm_source=npm&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter).
47+
Visit [E2B documentation](https://docs.e2b.dev/?utm_source=npm&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter).
4848

4949
### 5. E2B cookbook
5050
Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks.

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ with Sandbox.create() as sandbox:
4343
```
4444

4545
### 4. Check docs
46-
Visit [E2B documentation](https://e2b.dev/docs?utm_source=pypi&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter).
46+
Visit [E2B documentation](https://docs.e2b.dev/?utm_source=pypi&utm_medium=referral&utm_campaign=readme&utm_content=code-interpreter).
4747

4848
### 5. E2B cookbook
4949
Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks.

0 commit comments

Comments
 (0)