Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/dedicated-infrastructure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions iroh-services/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion iroh-services/relays/managed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading