diff options
Diffstat (limited to 'packages/meshbay-client')
| -rw-r--r-- | packages/meshbay-client/src/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meshbay-client/src/main.js b/packages/meshbay-client/src/main.js index 5e00d0b..794477b 100644 --- a/packages/meshbay-client/src/main.js +++ b/packages/meshbay-client/src/main.js @@ -15,7 +15,7 @@ * That value is realised by reproducible builds and published hashes (18.7), * not by the packaging format. * - * See docs/desktop-client-v1.md §2 and §3. + * See docs/MESHBAY_DESIGN.md §8.1, §8.2. */ 'use strict'; @@ -466,7 +466,7 @@ function secretsBackend() { // // Note what this key is *not*: it is not a per-node identity key. Those are // generated per node, pinned there, and never leave that relationship -// (docs/per-node-identity-v1.md). Nothing here correlates a person across +// (docs/MESHBAY_DESIGN.md §3.2). Nothing here correlates a person across // operators, and nothing wraps a group key for it. const DEVICE_KEY = 'device_auth_ed25519'; |