diff options
| author | Awiteb <a@4rs.nl> | 2025-08-12 00:26:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 17:26:05 -0400 |
| commit | 7dec812f9925ade0dbbac32197f6967117c32d1a (patch) | |
| tree | adbbf8b06480e41bbce2a0ba6511ba4e35661130 /22.md | |
| parent | 739f3c5263584770f098440855d9364a779e7f9d (diff) | |
nip22: fix example type for external URL (#2011)
Diffstat (limited to '22.md')
| -rw-r--r-- | 22.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -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 | } |