diff options
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 | } |