Skip to content
Snippets Groups Projects
Commit 8a194671 authored by Keith Millette's avatar Keith Millette
Browse files

Fix broken links.

parent 1e5a1aef
No related branches found
No related tags found
No related merge requests found
Pipeline #262222 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
(E2EE)](https://en.wikipedia.org/wiki/End-to-end_encryption) messaging (E2EE)](https://en.wikipedia.org/wiki/End-to-end_encryption) messaging
is a way to securely and privately communicate with connections—only the is a way to securely and privately communicate with connections—only the
sender and receiver can read the contents of their messages. While 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 when, and where of your communications), the E2EE between clients on the
xx Network provides the additional guarantee that no third party can xx Network provides the additional guarantee that no third party can
decipher data that is processed and stored. End-to-end encryption keeps decipher data that is processed and stored. End-to-end encryption keeps
......
...@@ -24,7 +24,7 @@ During the xx Messenger app installation process, users select a unique ...@@ -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 username that is registered in UD. This registration is completed
securely via securely via
[TCP/IP](https://en.wikipedia.org/wiki/Internet_protocol_suite) rather [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 After registering their username, xx Messenger generates cryptographic
information that will be used to identify the user uniquely. This 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 ...@@ -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 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 criteria, xx Messenger first salts and hashes the data and then sends it
over the [anonymous data retrieval 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 format request to search for the user without ever revealing who is
searching or who is being searched. When received, the User Discovery searching or who is being searched. When received, the User Discovery
server searches for the salted hash in its database. If a match is server searches for the salted hash in its database. If a match is
......
...@@ -28,7 +28,7 @@ See **[Session](#session-also-client-session)** ...@@ -28,7 +28,7 @@ See **[Session](#session-also-client-session)**
### **Client Command-Line Interface (CLI)** ### **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 ## G
......
...@@ -553,13 +553,8 @@ ___ ...@@ -553,13 +553,8 @@ ___
### transferKeepAlive(dest: `MultiAddress`, value: `Compact<u128>`) ### transferKeepAlive(dest: `MultiAddress`, value: `Compact<u128>`)
- **interface**: `api.tx.balances.transferKeepAlive` - **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 ## bounties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment