From 5029f3aae97bf6e43cf430310d04753d5524f45d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 19 Dec 2024 23:09:17 +0000 Subject: [PATCH] gio: Fix a link to a specifications document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If only someone would go ahead and invent a whole section of the list of HTTP status codes which could be used to inform a client of where a document has been moved to. For the sake of argument, let’s say it could be status codes 300–399, since they appear to be completely unused at the moment. 😩 Signed-off-by: Philip Withnall --- gio/thumbnail-verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/thumbnail-verify.c b/gio/thumbnail-verify.c index 7ffcef1c7..1d351a715 100644 --- a/gio/thumbnail-verify.c +++ b/gio/thumbnail-verify.c @@ -39,7 +39,7 @@ typedef struct /* We *require* matches on URI and MTime, but the Size field is optional * (as per the spec). * - * http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html + * https://specifications.freedesktop.org/thumbnail-spec/latest/ */ #define MATCHED_URI (1u << 0) #define MATCHED_MTIME (1u << 1)