From 07140ab5862b160630a2aed1dbceca9edb098c99 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 25 Sep 2024 15:39:41 +0200 Subject: [PATCH] removed old reference to archive --- documentation/docs/pages/network/architecture/mixnet.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/docs/pages/network/architecture/mixnet.mdx b/documentation/docs/pages/network/architecture/mixnet.mdx index f6ea39168e..e272a5695e 100644 --- a/documentation/docs/pages/network/architecture/mixnet.mdx +++ b/documentation/docs/pages/network/architecture/mixnet.mdx @@ -4,8 +4,6 @@ The mixnet is made up of nodes running in several different roles: * **Gateways** act as message storage for clients which may go offline and come back online again, and (once zk-nyms are enabled) check for anonymous proof of access credentials. They represent the first and last hop Mixnet packets travel through when travelling between clients. * **Services** are applications that communicate with nym clients, listening and sending traffic to the mixnet. This is an umbrella term for a variety of different pieces of code, such as the Network Requester. -> You can find the old pages for the individual nodes in the archive TODO LINK subsection. - * **Clients** are used to connect to and send messages through the Mixnet to other clients, utilising Gateways for ingress and egress. ## Smoosh Status