Skip to content

chore: point README docs link at docs.e2b.dev - #526

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

michael-e2b merged 1 commit into
mainfrom
michael/docs-subdomain-utm

Conversation

@michael-e2b

Copy link
Copy Markdown
Contributor

Follow-up to #525. The docs site moved to its own subdomain, so the link that PR tagged points at the pre-migration domain.

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

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

One link. src/configs/urls.ts and two components also reference the old domain; those are application code rather than an owned marketing link, so they are queued separately.

🤖 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.

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>

@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.

Looks good, simple documentation link fix.

What was reviewed: the single-line change swapping the README "Documentation" quick-link from e2b.dev/docs to docs.e2b.dev/, confirming the UTM query parameters are preserved unchanged. No other files, code, or config were touched.

Extended reasoning...

Overview

The diff is a one-line change in README.md, updating the "Documentation" quick-link from https://e2b.dev/docs to https://docs.e2b.dev/, preserving the existing UTM query string. No source code, configuration, or CLAUDE.md files are touched.

Security risks

None. This is a static markdown link pointing to what appears to be the project's own documentation subdomain. There is no code execution, no auth, no data handling involved.

Level of scrutiny

Minimal. This is a textbook example of a mechanical, self-contained documentation fix with zero ambiguity and no functional impact on the application.

Other factors

No bug hunter findings were reported, and the PR conversation timeline shows no outstanding objections. The change is trivial and fully verified by inspection of the diff itself.

@michael-e2b
michael-e2b merged commit 44fe68b into main Aug 21, 2026
10 checks passed
@michael-e2b
michael-e2b deleted the michael/docs-subdomain-utm branch August 21, 2026 18:32
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