Skip to content

Commit 817e668

Browse files
authored
Merge pull request #23 from n0-computer/feat-plausible-link
feat: add utm source tracking for n0des links
2 parents 63d0483 + d30fdcf commit 817e668

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

deployment/dedicated-infrastructure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ a managed relay service](/iroh-services/relays). This managed relay
4040
service is monitored by [n0.computer](https://n0.computer) who maintain the iroh project, and
4141
offers SLAs around uptime and performance.
4242

43-
[Sign up for a free account](https://n0des.iroh.computer) to get started.
43+
[Sign up for a free account](https://n0des.iroh.computer?utm_source=docs&utm_content=dedicated-infrastructure) to get started.
4444

4545
## Recommended setup
4646

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"primary": {
133133
"type": "button",
134134
"label": "Login",
135-
"href": "https://n0des.iroh.computer"
135+
"href": "https://n0des.iroh.computer?utm_source=docs&utm_content=nav-login"
136136
}
137137
},
138138
"contextual": {

iroh-services/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide will walk you through setting up your first Iroh Services-enabled app
77

88
## Prerequisites
99

10-
- [An Iroh Services Account](https://n0des.iroh.computer)
10+
- [An Iroh Services Account](https://n0des.iroh.computer?utm_source=docs&utm_content=quickstart)
1111
- [Rust Language](https://rust-lang.org/tools/install/)
1212

1313
*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.*
1616

1717
## Step 1: Create a Project
1818

19-
After signing in, [create a new project](https://n0des.iroh.computer/projects/projects/new). This will be your
19+
After signing in, [create a new project](https://n0des.iroh.computer/projects/projects/new?utm_source=docs&utm_content=quickstart). This will be your
2020
sandbox for all endpoints. This is the control center where you can manage and
2121
monitor your infrastructure, including relays, metrics, and networks.
2222

23-
[![Create Project](/images/new-project.png)](https://n0des.iroh.computer/projects/projects/new)
23+
[![Create Project](/images/new-project.png)](https://n0des.iroh.computer/projects/projects/new?utm_source=docs&utm_content=quickstart)
2424

2525

2626
## Step 2: Get Your API Key

iroh-services/relays/managed.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ By default, iroh endpoints will use publically-hosted relays to facilitate conne
77
peer-to-peer connections are not possible. These relays are managed and
88
maintained by [n0.computer](https://n0.computer).
99

10-
For production, you will need to deploy your own hosted relay. you can do that through the [Iroh Services](https://n0des.iroh.computer)
10+
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)
1111
platform, and then add it to your rust client endpoint configuration.
1212

1313
## Key Benefits

0 commit comments

Comments
 (0)