From dd756ecfc3f993957dd38b251392b1eea21378f2 Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 7 May 2026 10:47:41 +0200 Subject: [PATCH] docs: update NIPs path to ~/dev/refs/repos/nostr-protocol/nips --- docs/design-conversation.md | 2 +- docs/glossary.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design-conversation.md b/docs/design-conversation.md index d111b75..9425c75 100644 --- a/docs/design-conversation.md +++ b/docs/design-conversation.md @@ -406,7 +406,7 @@ alright, let's build some scaffolding. Take care to look at the lnbits repo to s Big task. Let me start by gathering patterns in parallel — extension_builder_stub, the nostrmarket model (closest analogue for multi-merchant), the events extension (closest for nostrization), and the LNBits core for invoice/payment internals — before writing code. -Got it — local NIPs repo at `~/dev/nostr-protocol/nips/` (96 markdown files). I'll consult those directly when picking kinds rather than guessing. The ones I'll be reaching for: +Got it — local NIPs repo at `~/dev/refs/repos/nostr-protocol/nips/` (96 markdown files). I'll consult those directly when picking kinds rather than guessing. The ones I'll be reaching for: - **NIP-01** — base event structure - **NIP-09** — deletion requests diff --git a/docs/glossary.md b/docs/glossary.md index cf511be..1670b73 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -46,7 +46,7 @@ back to sat (or fiat) at display time. zero or one parent. **NIP-XX** — a Nostr Implementation Possibility. Reference repo at -`~/dev/nostr-protocol/nips`. Specific NIPs we use: +`~/dev/refs/repos/nostr-protocol/nips`. Specific NIPs we use: - **NIP-01** — base event structure; kind 0 metadata. - **NIP-09** — deletion request (kind 5).