From: Arian van Putten Date: Mon, 16 Sep 2024 21:35:13 +0000 (+0200) Subject: CONTROL_GROUP_INTERFACE: fix link to systemd-run code X-Git-Tag: v257-rc1~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6695ff4c1545f43994a7f1a032163cd0223702d9;p=thirdparty%2Fsystemd.git CONTROL_GROUP_INTERFACE: fix link to systemd-run code --- diff --git a/docs/CONTROL_GROUP_INTERFACE.md b/docs/CONTROL_GROUP_INTERFACE.md index 5298fa42c8a..fa1e4bf8652 100644 --- a/docs/CONTROL_GROUP_INTERFACE.md +++ b/docs/CONTROL_GROUP_INTERFACE.md @@ -247,4 +247,4 @@ Note that scope units created by `machined`'s `CreateMachine()` call have this f ### Example -Please see the [systemd-run sources](http://cgit.freedesktop.org/systemd/systemd/plain/src/run/run.c) for a relatively simple example how to create scope or service units transiently and pass properties to them. +Please see the [systemd-run sources](https://github.com/systemd/systemd/blob/main/src/run/run.c) for a relatively simple example how to create scope or service units transiently and pass properties to them.