summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2021-03-24 10:21:39 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2021-03-24 10:21:39 +0000
commit083e450d5f572f037b77e0a97a290c5382f97651 (patch)
tree0206567cfca156735f47d801d4822bcc95658144
parent8406a2b742fdda33dd2ecee12f6545e6fe7908a4 (diff)
parentd6a9b954fa5521b8123ea0f50718f219bcf50c64 (diff)
downloadglib-083e450d5f572f037b77e0a97a290c5382f97651.tar.gz
Merge branch 'docs' into 'master'
docs: Fix example program link See merge request GNOME/glib!2011
-rw-r--r--gio/gapplication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 3720146af..7591f6d28 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -2395,7 +2395,7 @@ g_application_open (GApplication *application,
* and override local_command_line(). In this case, you most likely want
* to return %TRUE from your local_command_line() implementation to
* suppress the default handling. See
- * [gapplication-example-cmdline2.c][gapplication-example-cmdline2]
+ * [gapplication-example-cmdline2.c][https://gitlab.gnome.org/GNOME/glib/-/blob/master/gio/tests/gapplication-example-cmdline2.c]
* for an example.
*
* If, after the above is done, the use count of the application is zero