From 8a194671a92103c973ee482c31178472a99c8e0c Mon Sep 17 00:00:00 2001
From: Keith Millette <keith@xx.network>
Date: Mon, 17 Jun 2024 14:57:05 +0900
Subject: [PATCH] Fix broken links.

---
 website/docs/cmixx/e2e-xxm.md                    | 2 +-
 website/docs/cmixx/userDiscovery.md              | 4 ++--
 website/docs/cmixx/xxdk/technical-glossary.md    | 2 +-
 website/docs/xxchain/API Documents/extrinsics.md | 7 +------
 4 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/website/docs/cmixx/e2e-xxm.md b/website/docs/cmixx/e2e-xxm.md
index 15cf5b4..02d755c 100644
--- a/website/docs/cmixx/e2e-xxm.md
+++ b/website/docs/cmixx/e2e-xxm.md
@@ -4,7 +4,7 @@
 (E2EE)](https://en.wikipedia.org/wiki/End-to-end_encryption) messaging
 is a way to securely and privately communicate with connections—only the
 sender and receiver can read the contents of their messages. While
-[cMixx](../overview/cmix) protects your metadata (the who, what,
+[cMixx](../cmixx) protects your metadata (the who, what,
 when, and where of your communications), the E2EE between clients on the
 xx Network provides the additional guarantee that no third party can
 decipher data that is processed and stored. End-to-end encryption keeps
diff --git a/website/docs/cmixx/userDiscovery.md b/website/docs/cmixx/userDiscovery.md
index 3f0c590..6b49f27 100644
--- a/website/docs/cmixx/userDiscovery.md
+++ b/website/docs/cmixx/userDiscovery.md
@@ -24,7 +24,7 @@ During the xx Messenger app installation process, users select a unique
 username that is registered in UD. This registration is completed
 securely via
 [TCP/IP](https://en.wikipedia.org/wiki/Internet_protocol_suite) rather
-than [cMixx](../overview/cmix).
+than [cMixx](../cmixx).
 
 After registering their username, xx Messenger generates cryptographic
 information that will be used to identify the user uniquely. This
@@ -64,7 +64,7 @@ xx Messenger allows users to easily find their connections by searching
 for their username, email, or phone number. When a user fills in search
 criteria, xx Messenger first salts and hashes the data and then sends it
 over the [anonymous data retrieval
-protocol](adrp), which utilizes [cMixx](../overview/cmix) and a unique, on-the-fly negotiation
+protocol](adrp), which utilizes [cMixx](../cmixx) and a unique, on-the-fly negotiation
 format request to search for the user without ever revealing who is
 searching or who is being searched. When received, the User Discovery
 server searches for the salted hash in its database. If a match is
diff --git a/website/docs/cmixx/xxdk/technical-glossary.md b/website/docs/cmixx/xxdk/technical-glossary.md
index 05eddb1..a58dcb0 100644
--- a/website/docs/cmixx/xxdk/technical-glossary.md
+++ b/website/docs/cmixx/xxdk/technical-glossary.md
@@ -28,7 +28,7 @@ See **[Session](#session-also-client-session)**
 
 ### **Client Command-Line Interface (CLI)**
 
-The Client CLI is a command-line tool intended for testing xx network functionality. It can send and receive messages and authenticated channel requests. For instructions on how to set it up, see [*Set Up the Client Locally*](./getting-started.md/#set-up-the-client-locally).
+The Client CLI is a command-line tool intended for testing xx network functionality. It can send and receive messages and authenticated channel requests.
 
 ## G
 
diff --git a/website/docs/xxchain/API Documents/extrinsics.md b/website/docs/xxchain/API Documents/extrinsics.md
index d5bd54e..203a763 100644
--- a/website/docs/xxchain/API Documents/extrinsics.md	
+++ b/website/docs/xxchain/API Documents/extrinsics.md	
@@ -553,13 +553,8 @@ ___
  
 ### transferKeepAlive(dest: `MultiAddress`, value: `Compact<u128>`)
 - **interface**: `api.tx.balances.transferKeepAlive`
-- **summary**:    Same as the [`transfer`] call, but with a check that the transfer will not kill the  origin account. 
+- **summary**:    Same as the `transfer` call, but with a check that the transfer will not kill the  origin account. 
 
-   99% of the time you want [`transfer`] instead. 
-
-   [`transfer`]: struct.Pallet.html#method.transfer   
-
-___
 
 
 ## bounties
-- 
GitLab