docs: fix dead link to GNOME documentation

This commit is contained in:
Luca Boccassi 2024-06-27 17:59:01 +01:00 committed by Lennart Poettering
parent d108198f39
commit b22ee1010d

View 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