From f0b4f50f66560430526921ff6de4ff01e94d53a9 Mon Sep 17 00:00:00 2001 From: maxrdz Date: Tue, 23 Apr 2024 14:33:45 -0700 Subject: [PATCH] gfileinfo: Fixed broken link to gio/file-attributes.html Looks like the original author mixed up where the link label and the link URL goes. :p Previously the link would point to "https://docs.gtk.org/gio/file attributes", with a space and no file extension. --- gio/gfileinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index d2bab923a..72d457d09 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -29,8 +29,8 @@ * implements methods for getting information that all files should * contain, and allows for manipulation of extended attributes. * - * See [file-attributes.html](file attributes) for more information on how GIO - * handles file attributes. + * See the [file attributes](file-attributes.html) document for more + * information on how GIO handles file attributes. * * To obtain a `GFileInfo` for a [iface@Gio.File], use * [method@Gio.File.query_info] (or its async variant). To obtain a `GFileInfo`