From 393e1bcc0723db332c172a195213854df496ffe8 Mon Sep 17 00:00:00 2001 From: Wes Biggs <40926006+wesbiggs@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:51:01 -0600 Subject: [PATCH] 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 --- pages/ActivityContent/Associated/Tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ActivityContent/Associated/Tag.md b/pages/ActivityContent/Associated/Tag.md index 41366cfc..fc336423 100644 --- a/pages/ActivityContent/Associated/Tag.md +++ b/pages/ActivityContent/Associated/Tag.md @@ -48,7 +48,7 @@ { "name": "@sally", "type": "Mention", - "id": "dsnp://0x12345678" + "id": "dsnp://12345678" } ], "published": "1970-01-01T00:00:00+00:00"