diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-07-28 15:18:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 15:18:52 -0500 |
| commit | 981f3ee61153fbadcf8c7ce033f9213426e14a97 (patch) | |
| tree | 4ee6e8152d4e7d5cffb879d6a0d0810a9450ae86 | |
| parent | f4c5799ad4a6a76f91033b37d50e03658fad5b3f (diff) | |
| parent | 6c89e929ba445235e45ab2bb970c012827cf35b1 (diff) | |
Merge pull request #1393 from gnostr-org/2015/854373/632822/6826f5a/18d3c2e-46.md
46.mk:use relative links
| -rw-r--r-- | 46.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -101,7 +101,7 @@ nostrconnect://<local-keypair-pubkey>?relay=<wss://relay-to-connect-on>&metadata | |||
| 101 | } | 101 | } |
| 102 | ``` | 102 | ``` |
| 103 | 103 | ||
| 104 | The `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: | 104 | The `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 | ||
| 151 | The `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: | 151 | The `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) |