]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CONTROL_GROUP_INTERFACE: fix link to systemd-run code
authorArian van Putten <arian.vanputten@gmail.com>
Mon, 16 Sep 2024 21:35:13 +0000 (23:35 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Sep 2024 06:09:48 +0000 (15:09 +0900)
docs/CONTROL_GROUP_INTERFACE.md

index 5298fa42c8a0a0c003b6e4cb15641736e4c41d10..fa1e4bf8652e85d5517e0fbb60ae9bde805d6241 100644 (file)
@@ -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.