Skip to content

Commit

Permalink
Fix link to DBus docs
Browse files Browse the repository at this point in the history
With the https://flatpak.github.io/xdg-desktop-portal/ site revamp the
URL to the DBus docs changed slightly.
  • Loading branch information
agx authored and ebassi committed Dec 20, 2023
1 parent a418b84 commit 25e828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdg-desktop-portal-gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 25e828d

Please sign in to comment.