From 11d6ee2fdbc30678dbcd9ce658b7cdfe4dd2de2e Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 9 Jan 2025 14:44:45 +0000 Subject: [PATCH] update links readme (#5323) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a29b215f0bb..ba378a2a7a4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The platform is composed of multiple Rust crates. Top-level executable binary cr * `nym-socks5-client` - a Socks5 proxy you can run on your machine and use with existing applications. * `nym-explorer` - a (projected) block explorer and (existing) mixnet viewer. * `nym-wallet` - a desktop wallet implemented using the [Tauri](https://tauri.studio/en/docs/about/intro) framework. -* `nym-cli` - a tool for interacting with the network from the CLI. +* `nym-cli` - a tool for interacting with the network from the CLI. @@ -42,10 +42,10 @@ client ───► Gateway ──┘ mix │ mix ┌─►mix ───► References for developers: -* [Dev Docs](https://nymtech.net/docs/developers) -* [SDKs](https://nymtech.net/docs/developers/rust) -* [Network Docs](https://nymtech.net/docs/network) -* [Release Cycle - git flow](https://nymtech.net/docs/operators/release-cycle) +* [Dev Docs](https://nym.com/docs/developers) +* [SDKs](https://nym.com/docs/developers/rust) +* [Network Docs](https://nym.com/docs/network) +* [Release Cycle - git flow](https://nym.com/docs/operators/release-cycle) ### Developer chat @@ -66,4 +66,4 @@ As a general approach, licensing is as follows this pattern: - libraries and components are Apache 2.0 or MIT - documentation is Apache 2.0 or CC0-1.0 -Nym Node Operators and Validators Temrs and Conditions can be found [here](https://nymtech.net/terms-and-conditions/operators/v1.0.0). +Nym Node Operators and Validators Temrs and Conditions can be found [here](https://nym.com/terms-and-conditions/operators/v1.0.0).