gio: Fix a link to a specifications document

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 <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-12-19 23:09:17 +00:00
parent bfeca8c13a
commit 5029f3aae9
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -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)