From 02e065efc31911c665cdafe42282b4d62ae431cf Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 12 Jun 2023 16:03:43 -0700 Subject: [PATCH] docs/systemd: fix a broken link Apparently, developer.gnome.org/documentation no longer hosts the documentation we used to refer to. Link to docs.gtk.org instead. Signed-off-by: Kir Kolyshkin (cherry picked from commit 73b5dc027dc33959a3c48807ca70d9be6a64125c) Signed-off-by: Kir Kolyshkin --- docs/systemd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/systemd.md b/docs/systemd.md index c74e2e2f407..4bc549d811f 100644 --- a/docs/systemd.md +++ b/docs/systemd.md @@ -123,8 +123,8 @@ The above will set the following properties: * `TimeoutStopSec` to 2 minutes and 3 seconds; * `CollectMode` to "inactive-or-failed". -The values must be in the gvariant format (for details, see -[gvariant documentation](https://developer.gnome.org/glib/stable/gvariant-text.html)). +The values must be in the gvariant text format, as described in +[gvariant documentation](https://docs.gtk.org/glib/gvariant-text.html). To find out which type systemd expects for a particular parameter, please consult systemd sources.