upleb.uk

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

summaryrefslogtreecommitdiff
path: root/22.md
diff options
context:
space:
mode:
Diffstat (limited to '22.md')
-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}