chore: point README docs link at docs.e2b.dev - #526
Conversation
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>
There was a problem hiding this comment.
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.
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/docsreturns a 308 todocs.e2b.dev/, and the subdomain has no/docspath 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.tsand 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