Skip to content

Commit 393e1bc

Browse files
wesbiggsWes Biggs
and
Wes Biggs
authored
Fix a nonstandard example DSNP URI (#269)
Old: `dsnp://0x12345678` New: `dsnp://12345678` I checked that this was not being repeated anywhere else in the spec. Co-authored-by: Wes Biggs <[email protected]>
1 parent 73fdb11 commit 393e1bc

File tree

1 file changed

+1
-1
lines changed
  • pages/ActivityContent/Associated

1 file changed

+1
-1
lines changed

pages/ActivityContent/Associated/Tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{
4949
"name": "@sally",
5050
"type": "Mention",
51-
"id": "dsnp://0x12345678"
51+
"id": "dsnp://12345678"
5252
}
5353
],
5454
"published": "1970-01-01T00:00:00+00:00"

0 commit comments

Comments
 (0)