From 0fe5040a5f8c6d4bb144902e1efad3b0fae4eb5b Mon Sep 17 00:00:00 2001 From: alpha nerd Date: Fri, 17 Apr 2026 18:31:28 +0200 Subject: [PATCH] doc: correcting dead links --- doc/README.md | 2 +- doc/security-guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index c98188d..8d2e4d9 100644 --- a/doc/README.md +++ b/doc/README.md @@ -46,4 +46,4 @@ console.log(response.choices[0].message.content); ## 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). diff --git a/doc/security-guide.md b/doc/security-guide.md index 30e08e3..4f572ac 100644 --- a/doc/security-guide.md +++ b/doc/security-guide.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. -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). ---