summaryrefslogtreecommitdiff
path: root/src/basic/verbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/verbs.c')
-rw-r--r--src/basic/verbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/verbs.c b/src/basic/verbs.c
index 47644670da..4f3cd91465 100644
--- a/src/basic/verbs.c
+++ b/src/basic/verbs.c
@@ -41,7 +41,7 @@ bool running_in_chroot_or_offline(void) {
/* Added to support use cases like rpm-ostree, where from %post scripts we only want to execute "preset", but
* not "start"/"restart" for example.
*
- * See ENVIRONMENT.md for docs.
+ * See doc/ENVIRONMENT.md for docs.
*/
r = getenv_bool("SYSTEMD_OFFLINE");
if (r < 0 && r != -ENXIO)