From b9f3da230388b0796e9bb983efde1693f2805a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Wed, 20 Dec 2023 11:43:18 +0100 Subject: [PATCH] Fix link to DBus docs With the https://flatpak.github.io/xdg-desktop-portal/ site revamp the URL to the DBus docs changed slightly. --- src/xdg-desktop-portal-gtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdg-desktop-portal-gtk.c b/src/xdg-desktop-portal-gtk.c index 46347bbf..28859e4e 100644 --- a/src/xdg-desktop-portal-gtk.c +++ b/src/xdg-desktop-portal-gtk.c @@ -240,7 +240,7 @@ main (int argc, char *argv[]) "are used by xdg-desktop-portal to implement portals\n" "\n" "Documentation for the available D-Bus interfaces can be found at\n" - "https://flatpak.github.io/xdg-desktop-portal/portal-docs.html\n" + "https://flatpak.github.io/xdg-desktop-portal/docs/\n" "\n" "Please report issues at https://github.com/flatpak/xdg-desktop-portal-gtk/issues"); g_option_context_add_main_entries (context, entries, NULL);