mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 13:59:07 -05:00
46.mk:use relative links
This commit is contained in:
parent
18d3c2edb4
commit
6c89e929ba
6
46.md
6
46.md
|
@ -101,7 +101,7 @@ nostrconnect://<local-keypair-pubkey>?relay=<wss://relay-to-connect-on>&metadata
|
|||
}
|
||||
```
|
||||
|
||||
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:
|
||||
The `content` field is a JSON-RPC-like message that is [NIP-04](04.md) encrypted and has the following structure:
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -148,7 +148,7 @@ The `connect` method may be provided with `optional_requested_permissions` for u
|
|||
}
|
||||
```
|
||||
|
||||
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:
|
||||
The `content` field is a JSON-RPC-like message that is [NIP-04](04.md) encrypted and has the following structure:
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -224,4 +224,4 @@ Coming soon...
|
|||
|
||||
## References
|
||||
|
||||
- [NIP-04 - Encryption](https://github.com/nostr-protocol/nips/blob/master/04.md)
|
||||
- [NIP-04 - Encryption](04.md)
|
||||
|
|
Loading…
Reference in New Issue
Block a user