From 300c72fae9bea4ac8bf24979275f4d1b03b872b5 Mon Sep 17 00:00:00 2001 From: Valentino Giudice Date: Sun, 30 Nov 2025 05:19:24 +0100 Subject: [PATCH] Update NIP-73 The fragment of a URL can actually be an important part that identifies the page (as opposed to just an anchor to part of the page). This can happen, for example, with static single-page websites with client-side rendering implemented with libraries such as Vue or Angular, unless redirecting is used. --- 73.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/73.md b/73.md index 7fb9a3c3c5..5be03141eb 100644 --- a/73.md +++ b/73.md @@ -15,7 +15,7 @@ There are certain established global content identifiers such as [Book ISBNs](ht | Type | `i` tag | `k` tag | | --- | --- | --- | -| URLs | "``" | "web" | +| URLs | "``" | "web" | | Books | "isbn:``" | "isbn" | | Geohashes | "geo:``" | "geo" | | Movies | "isan:``" | "isan" |