doc: correcting dead links

This commit is contained in:
Alpha Nerd 2026-04-17 18:31:28 +02:00
parent c7af0d7726
commit 0fe5040a5f
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
2 changed files with 2 additions and 2 deletions

View file

@ -46,4 +46,4 @@ console.log(response.choices[0].message.content);
## Technical Security Docs ## Technical Security Docs
For cryptographic architecture, threat model, and implementation status see [SECURITY.md](../docs/SECURITY.md). For cryptographic architecture, threat model, and implementation status see [SECURITY.md](SECURITY.md).

View file

@ -4,7 +4,7 @@
NOMYO.js provides end-to-end encryption for all communication between your application and NOMYO inference endpoints. Your prompts and responses are encrypted before leaving your process — the inference server never processes plaintext. NOMYO.js provides end-to-end encryption for all communication between your application and NOMYO inference endpoints. Your prompts and responses are encrypted before leaving your process — the inference server never processes plaintext.
For the full cryptographic architecture and threat model see [SECURITY.md](../docs/SECURITY.md). For the full cryptographic architecture and threat model see [SECURITY.md](SECURITY.md).
--- ---