Skip to content

Commit

Permalink
Fix a nonstandard example DSNP URI (#269)
Browse files Browse the repository at this point in the history
Old: `dsnp://0x12345678`
New: `dsnp://12345678`

I checked that this was not being repeated anywhere else in the spec.

Co-authored-by: Wes Biggs <wes.biggs@amplica.io>
  • Loading branch information
wesbiggs and Wes Biggs authored Dec 18, 2023
1 parent 73fdb11 commit 393e1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/ActivityContent/Associated/Tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"name": "@sally",
"type": "Mention",
"id": "dsnp://0x12345678"
"id": "dsnp://12345678"
}
],
"published": "1970-01-01T00:00:00+00:00"
Expand Down

0 comments on commit 393e1bc

Please sign in to comment.