Skip to content

Commit 4e564ba

Browse files
authored
Fix NIPs refs (#1740)
1 parent a70e49e commit 4e564ba

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The intent is that social clients, used to display only `kind:1` notes, can stil
1212

1313
These clients that only know `kind:1` are not expected to ask relays for events of different kinds, but users could still reference these weird events on their notes, and without proper context these could be nonsensical notes. Having the fallback text makes that situation much better -- even if only for making the user aware that they should try to view that custom event elsewhere.
1414

15-
`kind:1`-centric clients can make interacting with these event kinds more functional by supporting [NIP-89](https://github.com/nostr-protocol/nips/blob/master/89.md).
15+
`kind:1`-centric clients can make interacting with these event kinds more functional by supporting [NIP-89](89.md).

47.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If the command was successful, the `error` field must be null.
8282

8383
The notification event SHOULD contain one `p` tag, the public key of the **user**.
8484

85-
The content of notifications is encrypted with [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md), and is a JSON-RPCish object with a semi-fixed structure:
85+
The content of notifications is encrypted with [NIP04](04.md), and is a JSON-RPCish object with a semi-fixed structure:
8686

8787
```jsonc
8888
{

64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Clients SHOULD publish PGN notes in ["export format"][pgn_export_format] ("stric
4444

4545
Clients SHOULD check whether the formatting is valid and all moves comply with chess rules.
4646

47-
Clients MAY include additional tags (e.g. like [`"alt"`](https://github.com/nostr-protocol/nips/blob/master/31.md)) in order to represent the note to users of non-supporting clients.
47+
Clients MAY include additional tags (e.g. like [`"alt"`](31.md)) in order to represent the note to users of non-supporting clients.
4848

4949
## Relay Behavior
5050

69.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This NIP defines a simple standard for peer-to-peer order events, which enables
1212

1313
## The event
1414

15-
Events are [addressable events](https://github.com/nostr-protocol/nips/blob/master/01.md#kinds) and use `38383` as event kind, a p2p event look like this:
15+
Events are [addressable events](01.md#kinds) and use `38383` as event kind, a p2p event look like this:
1616

1717
```json
1818
{
@@ -65,7 +65,7 @@ Events are [addressable events](https://github.com/nostr-protocol/nips/blob/mast
6565
- `name` [Name]: The name of the maker.
6666
- `g` [Geohash]: The geohash of the operation, it can be useful in a face to face trade.
6767
- `bond` [Bond]: The bond amount, the bond is a security deposit that both parties must pay.
68-
- `expiration` < Expiration\>: The expiration date of the order ([NIP-40](https://github.com/nostr-protocol/nips/blob/master/40.md)).
68+
- `expiration` < Expiration\>: The expiration date of the order ([NIP-40](40.md)).
6969
- `y` < Platform >: The platform that created the order.
7070
- `z` < Document >: `order`.
7171

90.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ All tags are optional.
7070

7171
## Encrypted Params
7272

73-
If the user wants to keep the input parameters a secret, they can encrypt the `i` and `param` tags with the service provider's 'p' tag and add it to the content field. Add a tag `encrypted` as tags. Encryption for private tags will use [NIP-04 - Encrypted Direct Message encryption](https://github.com/nostr-protocol/nips/blob/master/04.md), using the user's private and service provider's public key for the shared secret
73+
If the user wants to keep the input parameters a secret, they can encrypt the `i` and `param` tags with the service provider's 'p' tag and add it to the content field. Add a tag `encrypted` as tags. Encryption for private tags will use [NIP-04 - Encrypted Direct Message encryption](04.md), using the user's private and service provider's public key for the shared secret
7474

7575
```json
7676
[

0 commit comments

Comments
 (0)