summaryrefslogtreecommitdiff
path: root/gio/gapplicationcommandline.c
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-07 13:16:50 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-07 14:03:48 +0100
commit1a43d950b41eafb0146fd474e5d3039fe5dc2cf2 (patch)
treef8463b4fe6eb41fdad85562002f160bc742a6266 /gio/gapplicationcommandline.c
parentf551a6038021df486c121eb80da8a24d3cc64cf7 (diff)
downloadglib-1a43d950b41eafb0146fd474e5d3039fe5dc2cf2.tar.gz
docs: Update various external links to use HEAD instead of master
Update several links to allow the remote to use its configured default branch name, rather than specifying `master` as the default branch name. This will help avoid breakage if any of these projects rename their default branch in the future. Fix a few of the links where they were hitting redirects or had moved. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #2348
Diffstat (limited to 'gio/gapplicationcommandline.c')
-rw-r--r--gio/gapplicationcommandline.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gapplicationcommandline.c b/gio/gapplicationcommandline.c
index 5055cf9c1..741aa97f1 100644
--- a/gio/gapplicationcommandline.c
+++ b/gio/gapplicationcommandline.c
@@ -104,7 +104,7 @@
* }
* ]|
* The complete example can be found here:
- * [gapplication-example-cmdline.c](https://gitlab.gnome.org/GNOME/glib/-/blob/master/gio/tests/gapplication-example-cmdline.c)
+ * [gapplication-example-cmdline.c](https://gitlab.gnome.org/GNOME/glib/-/blob/HEAD/gio/tests/gapplication-example-cmdline.c)
*
* In more complicated cases, the handling of the comandline can be
* split between the launcher and the primary instance.
@@ -155,7 +155,7 @@
* instance.
*
* The complete example can be found here:
- * [gapplication-example-cmdline2.c](https://gitlab.gnome.org/GNOME/glib/-/blob/master/gio/tests/gapplication-example-cmdline2.c)
+ * [gapplication-example-cmdline2.c](https://gitlab.gnome.org/GNOME/glib/-/blob/HEAD/gio/tests/gapplication-example-cmdline2.c)
*
* If handling the commandline requires a lot of work, it may
* be better to defer it.
@@ -197,7 +197,7 @@
* hold the application until you are done with the commandline.
*
* The complete example can be found here:
- * [gapplication-example-cmdline3.c](https://gitlab.gnome.org/GNOME/glib/-/blob/master/gio/tests/gapplication-example-cmdline3.c)
+ * [gapplication-example-cmdline3.c](https://gitlab.gnome.org/GNOME/glib/-/blob/HEAD/gio/tests/gapplication-example-cmdline3.c)
*/
/**