upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAwiteb <a@4rs.nl>2025-08-12 00:26:05 +0300
committerGitHub <noreply@github.com>2025-08-11 17:26:05 -0400
commit7dec812f9925ade0dbbac32197f6967117c32d1a (patch)
treeadbbf8b06480e41bbce2a0ba6511ba4e35661130
parent739f3c5263584770f098440855d9364a779e7f9d (diff)
nip22: fix example type for external URL (#2011)
-rw-r--r--22.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/22.md b/22.md
index be07e53..cf7654f 100644
--- a/22.md
+++ b/22.md
@@ -143,13 +143,13 @@ A comment on a website's url looks like this:
143 "tags": [ 143 "tags": [
144 // referencing the root url 144 // referencing the root url
145 ["I", "https://abc.com/articles/1"], 145 ["I", "https://abc.com/articles/1"],
146 // the root "kind": for an url, the kind is its domain 146 // the root "kind": for an url
147 ["K", "https://abc.com"], 147 ["K", "web"],
148 148
149 // the parent reference (same as root for top-level comments) 149 // the parent reference (same as root for top-level comments)
150 ["i", "https://abc.com/articles/1"], 150 ["i", "https://abc.com/articles/1"],
151 // the parent "kind": for an url, the kind is its domain 151 // the parent "kind": for an url
152 ["k", "https://abc.com"] 152 ["k", "web"]
153 ] 153 ]
154 // other fields 154 // other fields
155} 155}