upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiftechnify <jiftech.stlfy@gmail.com>2023-03-13 11:53:06 +0900
committerSemisol <45574030+Semisol@users.noreply.github.com>2023-03-13 07:44:00 +0300
commit8b70e83b377d835b5ae570c14b697da2881d40d9 (patch)
tree5496803afb39ec75a26bbb8b894fddd9a100d056
parentfffe868a405c9283e0a7a6947326e8c00c12aee7 (diff)
NIP-51: remove self-referential link
-rw-r--r--51.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/51.md b/51.md
index 0bbb91f..b4143ad 100644
--- a/51.md
+++ b/51.md
@@ -97,16 +97,16 @@ Then the user would create a 'Categorized People' list event like below:
97 97
98### Mute List 98### Mute List
99 99
100An event with kind `10000` is defined as a replaceable list event (see [NIP-51 - Lists](51.md) for listing content a user wants to mute. Any standarized tag can be included in a Mute List. 100An event with kind `10000` is defined as a replaceable list event for listing content a user wants to mute. Any standarized tag can be included in a Mute List.
101 101
102### Pin List 102### Pin List
103 103
104An event with kind `10001` is defined as a replaceable list event (see [NIP-51 - Lists](51.md) for listing content a user wants to pin. Any standarized tag can be included in a Pin List. 104An event with kind `10001` is defined as a replaceable list event for listing content a user wants to pin. Any standarized tag can be included in a Pin List.
105 105
106### Categorized People List 106### Categorized People List
107 107
108An event with kind `30000` is defined as a parameterized replaceable list event (see [NIP-51 - Lists](51.md)) for categorizing people. The 'd' parameter for this event holds the category name of the list. The tags included in these lists MUST follow the format of kind 3 events as defined in [NIP-02 - Contact List and Petnames](02.md). 108An event with kind `30000` is defined as a parameterized replaceable list event for categorizing people. The 'd' parameter for this event holds the category name of the list. The tags included in these lists MUST follow the format of kind 3 events as defined in [NIP-02 - Contact List and Petnames](02.md).
109 109
110### Categorized Bookmarks List 110### Categorized Bookmarks List
111 111
112An event with kind `30001` is defined as a parameterized replaceable list event (see [NIP-51 - Lists](51.md)) for categorizing bookmarks. The 'd' parameter for this event holds the category name of the list. Any standarized tag can be included in a Categorized Bookmarks List. 112An event with kind `30001` is defined as a parameterized replaceable list event for categorizing bookmarks. The 'd' parameter for this event holds the category name of the list. Any standarized tag can be included in a Categorized Bookmarks List.