From d30fdcf1e364b9455f98fe8b3ccd816d82171a1c Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 23 Feb 2026 10:40:32 +0100 Subject: [PATCH] feat: add utm source tracking for n0des links --- deployment/dedicated-infrastructure.mdx | 2 +- docs.json | 2 +- iroh-services/quickstart.mdx | 6 +++--- iroh-services/relays/managed.mdx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/dedicated-infrastructure.mdx b/deployment/dedicated-infrastructure.mdx index 7ccf563..0e1a4d3 100644 --- a/deployment/dedicated-infrastructure.mdx +++ b/deployment/dedicated-infrastructure.mdx @@ -40,7 +40,7 @@ a managed relay service](/iroh-services/relays). This managed relay service is monitored by [n0.computer](https://n0.computer) who maintain the iroh project, and offers SLAs around uptime and performance. -[Sign up for a free account](https://n0des.iroh.computer) to get started. +[Sign up for a free account](https://n0des.iroh.computer?utm_source=docs&utm_content=dedicated-infrastructure) to get started. ## Recommended setup diff --git a/docs.json b/docs.json index f43056e..e8454b0 100644 --- a/docs.json +++ b/docs.json @@ -132,7 +132,7 @@ "primary": { "type": "button", "label": "Login", - "href": "https://n0des.iroh.computer" + "href": "https://n0des.iroh.computer?utm_source=docs&utm_content=nav-login" } }, "contextual": { diff --git a/iroh-services/quickstart.mdx b/iroh-services/quickstart.mdx index b8dc7a7..dcfcc77 100644 --- a/iroh-services/quickstart.mdx +++ b/iroh-services/quickstart.mdx @@ -7,7 +7,7 @@ This guide will walk you through setting up your first Iroh Services-enabled app ## Prerequisites -- [An Iroh Services Account](https://n0des.iroh.computer) +- [An Iroh Services Account](https://n0des.iroh.computer?utm_source=docs&utm_content=quickstart) - [Rust Language](https://rust-lang.org/tools/install/) *While iroh is currently only available in Rust, it can be deployed in many other languages and environments. @@ -16,11 +16,11 @@ Languages](deployment/other-languages) guide for more information.* ## Step 1: Create a Project -After signing in, [create a new project](https://n0des.iroh.computer/projects/projects/new). This will be your +After signing in, [create a new project](https://n0des.iroh.computer/projects/projects/new?utm_source=docs&utm_content=quickstart). This will be your sandbox for all endpoints. This is the control center where you can manage and monitor your infrastructure, including relays, metrics, and networks. -[![Create Project](/images/new-project.png)](https://n0des.iroh.computer/projects/projects/new) +[![Create Project](/images/new-project.png)](https://n0des.iroh.computer/projects/projects/new?utm_source=docs&utm_content=quickstart) ## Step 2: Get Your API Key diff --git a/iroh-services/relays/managed.mdx b/iroh-services/relays/managed.mdx index 02ed6d3..c30ee3e 100644 --- a/iroh-services/relays/managed.mdx +++ b/iroh-services/relays/managed.mdx @@ -7,7 +7,7 @@ By default, iroh endpoints will use publically-hosted relays to facilitate conne peer-to-peer connections are not possible. These relays are managed and maintained by [n0.computer](https://n0.computer). -For production, you will need to deploy your own hosted relay. you can do that through the [Iroh Services](https://n0des.iroh.computer) +For production, you will need to deploy your own hosted relay. you can do that through the [Iroh Services](https://n0des.iroh.computer?utm_source=docs&utm_content=managed-relays) platform, and then add it to your rust client endpoint configuration. ## Key Benefits