From a5be72a182fa0441a284b9410917e0c7445752d2 Mon Sep 17 00:00:00 2001 From: mchen Date: Fri, 11 Sep 2026 10:17:44 -0700 Subject: [PATCH] docs(readme): add UTM tags to the remaining e2b.dev links The README rewrite (df34b863) kept the tags on the two e2b.dev home links but added four untagged links: the Docs nav link, E2B Cloud, built by E2B, and e2b.dev/enterprise. Tag them with the pattern from #3244, using utm_content=runtime to match the existing links. Co-Authored-By: Claude Fable 5.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01f21a7ba7..60b6c4da76 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![Discord](https://img.shields.io/badge/discord-join-5865F2.svg?logo=discord&logoColor=white)](https://discord.gg/e2b) [![X](https://img.shields.io/badge/follow-%40e2b-000000.svg?logo=x&logoColor=white)](https://x.com/e2b) -**[Docs](https://docs.e2b.dev)** +**[Docs](https://docs.e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=runtime)** | [Architecture](./docs/ARCHITECTURE.md) | [Run it yourself](./embed/README.md) | [SDKs & CLI](https://github.com/e2b-dev/E2B) @@ -28,9 +28,9 @@ ## What is E2B Runtime? -E2B Runtime is the complete backend that powers [E2B Cloud](https://e2b.dev): the control-plane API, the per-node orchestrator that drives Firecracker, the agent that runs inside every VM, the edge router for sandbox traffic, and the template builder. It gives every agent session its own isolated Linux machine that boots from a snapshot, runs whatever the agent asks it to, and can be paused and resumed as if nothing happened. +E2B Runtime is the complete backend that powers [E2B Cloud](https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=runtime): the control-plane API, the per-node orchestrator that drives Firecracker, the agent that runs inside every VM, the edge router for sandbox traffic, and the template builder. It gives every agent session its own isolated Linux machine that boots from a snapshot, runs whatever the agent asks it to, and can be paused and resumed as if nothing happened. -It is written in Go, licensed under Apache-2.0, and built by [E2B](https://e2b.dev). The same code serves the public cloud, dedicated enterprise deployments, and the single-machine [Embed](./embed/README.md) package you can run on your own hardware. +It is written in Go, licensed under Apache-2.0, and built by [E2B](https://e2b.dev/?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=runtime). The same code serves the public cloud, dedicated enterprise deployments, and the single-machine [Embed](./embed/README.md) package you can run on your own hardware. ## Why it's fast @@ -73,7 +73,7 @@ docker compose up -d --wait The same package ships as Terraform for GCP and as a Kubernetes manifest. It is an evaluation package, not a production deployment pattern. -**In your own cloud, for production.** E2B runs the runtime as a dedicated deployment inside your account, with your data staying there. See [e2b.dev/enterprise](https://e2b.dev/enterprise). +**In your own cloud, for production.** E2B runs the runtime as a dedicated deployment inside your account, with your data staying there. See [e2b.dev/enterprise](https://e2b.dev/enterprise?utm_source=github&utm_medium=referral&utm_campaign=readme&utm_content=runtime). ## How it fits together