doc: correcting dead links
This commit is contained in:
parent
c7af0d7726
commit
0fe5040a5f
2 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||||
|
|
|
||||||
|
|
@ -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).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue