]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix dead link to GNOME documentation
authorLuca Boccassi <bluca@debian.org>
Thu, 27 Jun 2024 16:59:01 +0000 (17:59 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 28 Jun 2024 07:39:56 +0000 (09:39 +0200)
docs/MEMORY_PRESSURE.md

index da1c9b2e4af7762547e64fab056239649d4a01c5..532f89456da7d08496de3fd9cab51fc0b240da0e 100644 (file)
@@ -227,7 +227,7 @@ handling, it's typically sufficient to add a line such as:
 
 Other programming environments might have native APIs to watch memory
 pressure/low memory events. Most notable is probably GLib's
-[GMemoryMonitor](https://developer-old.gnome.org/gio/stable/GMemoryMonitor.html). It
+[GMemoryMonitor](https://docs.gtk.org/gio/iface.MemoryMonitor.html). It
 currently uses the per-system Linux PSI interface as the backend, but operates
 differently than the above: memory pressure events are picked up by a system
 service, which then propagates this through D-Bus to the applications. This is