From 4e4ef9490b4e185558b073aff267d4de19a7e99a Mon Sep 17 00:00:00 2001 From: Keith Millette <keith@xx.network> Date: Thu, 21 Nov 2024 17:44:48 +0900 Subject: [PATCH] Fix broken link --- website/docs/overview/cmixx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/overview/cmixx.md b/website/docs/overview/cmixx.md index 325f2cb..39a3eca 100644 --- a/website/docs/overview/cmixx.md +++ b/website/docs/overview/cmixx.md @@ -9,4 +9,4 @@ keywords: [encryption, privacy, metadata, security, cMixx, anonymity, data prote cMixx is the end-to-end encryption tool we use to protect your privacy. It uses a revolutionary metadata shredding technology that obscures the metadata you share when sending messages, making payments, and transferring data. cMixx does this by mixing all transactions together in batches or “anonymity sets” and processing them simultaneously, which shreds all metadata and prevents third parties from analyzing activity patterns and connecting senders to recipients. Read more about it in the cMixx whitepaper.  -[Read more ...](../category/cmixx) \ No newline at end of file +[Read more ...](../cmixx/cmixx.md) \ No newline at end of file -- GitLab