diff options
-rw-r--r-- | docs/CONTROL_GROUP_INTERFACE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTROL_GROUP_INTERFACE.md b/docs/CONTROL_GROUP_INTERFACE.md index 5298fa42c8..fa1e4bf865 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. |