Skip to content

chore: point README docs links at docs.e2b.dev - #331

Merged
michael-e2b merged 1 commit into
mainfrom
michael/docs-subdomain-utm
Aug 21, 2026
Merged

chore: point README docs links at docs.e2b.dev#331
michael-e2b merged 1 commit into
mainfrom
michael/docs-subdomain-utm

Conversation

@michael-e2b

Copy link
Copy Markdown
Contributor

Follow-up to #330. The docs site moved to its own subdomain, so the links that PR tagged point at the pre-migration domain.

e2b.dev/docs returns a 308 to docs.e2b.dev/, and the subdomain has no /docs path prefix, so e2b.dev/docs/<path> maps to docs.e2b.dev/<path>.

The UTM query string is preserved across the redirect, so attribution was not broken. This removes the redirect hop.

Three links, one per README. Changeset covers both SDK packages, since js/README.md and python/README.md ship to npm and PyPI.

🤖 Generated with Claude Code

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>
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — a trivial, mechanical documentation link update.

What was reviewed: the three README link changes (root, js/, python/) swapping e2b.dev/docs for docs.e2b.dev/, confirming UTM query parameters are preserved unchanged; the new changeset file's version bump scope (patch for both packages) matches the two READMEs that ship with those packages.

Extended reasoning...

Overview

The diff touches only three README files and adds one new changeset file. Each README change replaces a single markdown link's URL from https://e2b.dev/docs?... to https://docs.e2b.dev/?..., preserving the UTM query string exactly. The changeset declares a patch bump for @ e2b/code-interpreter and @ e2b/code-interpreter-python, matching the two README files (js and python) that ship with those packages, plus the root README for the monorepo.

Security risks

None. This is a documentation-only change with no code, no build config, no dependency, and no CI changes. The only risk vector would be a malicious redirect target, but docs.e2b.dev is the project's own documented domain and the PR description's redirect explanation is corroborated by the URL structure.

Level of scrutiny

Low. This is exactly the kind of small, mechanical, self-contained change (three one-line URL swaps plus a changeset) that fits the approval guidelines' criteria for low-risk changes needing no deep human review.

Other factors

Verified via git diff that each URL edit is a straightforward substring swap of the domain/path with the UTM parameters byte-for-byte unchanged, matching the PR description's claims. No CODEOWNERS file constraints apply to README/changeset paths, and there's no prior review activity or unaddressed objections in the timeline to consider.

@michael-e2b
michael-e2b requested a review from drankou August 21, 2026 18:31
@michael-e2b
michael-e2b merged commit 7df1757 into main Aug 21, 2026
16 checks passed
@michael-e2b
michael-e2b deleted the michael/docs-subdomain-utm branch August 21, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants