diff --git a/content/concepts/application-entry-points.md b/content/concepts/application-entry-points.md
index eebd42d6b131e96736ca8eac8f158e98dc933382..d4fc372c03742ad6e3bf05b875b24f62eed681e2 100644
--- a/content/concepts/application-entry-points.md
+++ b/content/concepts/application-entry-points.md
@@ -789,7 +789,7 @@ Exec=/usr/Applications/org.apertis.Frampton/bin/frampton-control --shuffle-all
 [Desktop Entry placeholders]: http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html#exec-variables
 [Desktop Menu categories]: http://standards.freedesktop.org/menu-spec/latest/apa.html
 [Frampton multiple entry points]: https://gitlab.apertis.org/appfw/frampton/tree/v0.6.1/scripts
-[GDesktopAppInfo]: https://git.gnome.org/browse/glib/tree/gio/gdesktopappinfo.c#n1997
+[GDesktopAppInfo]: https://gitlab.gnome.org/GNOME/glib/-/blob/main/gio/gdesktopappinfo.c#L2007
 [localestring]: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#localized-keys
 [PulseAudio media roles]: http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/ApplicationProperties/
 [Reversed domain name]: https://en.wikipedia.org/wiki/Reverse_domain_name_notation
diff --git a/content/concepts/preferences-and-persistence.md b/content/concepts/preferences-and-persistence.md
index d7b637e22f688c28ac765ab28ca1967cd073f20c..2b72e3463d43c241c39aa813a6ca94e80c48af6c 100644
--- a/content/concepts/preferences-and-persistence.md
+++ b/content/concepts/preferences-and-persistence.md
@@ -1845,7 +1845,7 @@ As discussed in the above sections, we recommend:
 
 [D-Bus-secret-service]: http://standards.freedesktop.org/secret-service/
 
-[GSettings-schema]: https://git.gnome.org/browse/glib/tree/gio/gschema.dtd
+[GSettings-schema]: https://gitlab.gnome.org/GNOME/glib/-/blob/main/gio/gschema.dtd
 
 [GVariant type]: https://developer.gnome.org/glib/stable/glib-GVariantType.html#id-1.6.18.6.9
 
diff --git a/content/guides/processes.md b/content/guides/processes.md
index 19c85c858bcdc81b3a1b0e38963e4570965ae33b..7aa92ae231cc95e019fab05e233ea5fd64d92341 100644
--- a/content/guides/processes.md
+++ b/content/guides/processes.md
@@ -106,7 +106,7 @@ used by most Linux applications. It gives automatic support for `--help`
 output, and short and long option parsing.
 
 An example of using `GApplication` together with `GOptionContext` is
-[here](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-cmdline3.c).
+[here](https://gitlab.gnome.org/GNOME/glib/-/blob/main/gio/tests/gapplication-example-cmdline3.c).
 
 # External links