upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/46.md
diff options
context:
space:
mode:
authorrandymcmillan <randymcmillan@protonmail.com>2024-07-28 15:19:39 -0400
committerrandymcmillan <randymcmillan@protonmail.com>2024-07-28 15:20:23 -0400
commit6c89e929ba445235e45ab2bb970c012827cf35b1 (patch)
tree940677fa159419acca10703379451fd2fa9e68df /46.md
parent18d3c2edb428a52ca3e146fe410c6310c73fae13 (diff)
46.mk:use relative links
Diffstat (limited to '46.md')
-rw-r--r--46.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/46.md b/46.md
index 114c377..57fd2b0 100644
--- a/46.md
+++ b/46.md
@@ -101,7 +101,7 @@ nostrconnect://<local-keypair-pubkey>?relay=<wss://relay-to-connect-on>&metadata
101} 101}
102``` 102```
103 103
104The `content` field is a JSON-RPC-like message that is [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md) encrypted and has the following structure: 104The `content` field is a JSON-RPC-like message that is [NIP-04](04.md) encrypted and has the following structure:
105 105
106```json 106```json
107{ 107{
@@ -148,7 +148,7 @@ The `connect` method may be provided with `optional_requested_permissions` for u
148} 148}
149``` 149```
150 150
151The `content` field is a JSON-RPC-like message that is [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md) encrypted and has the following structure: 151The `content` field is a JSON-RPC-like message that is [NIP-04](04.md) encrypted and has the following structure:
152 152
153```json 153```json
154{ 154{
@@ -224,4 +224,4 @@ Coming soon...
224 224
225## References 225## References
226 226
227- [NIP-04 - Encryption](https://github.com/nostr-protocol/nips/blob/master/04.md) 227- [NIP-04 - Encryption](04.md)