]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework.c
tree-wide: link to docs.kernel.org for kernel documentation
[thirdparty/systemd.git] / src / home / homework.c
index 5ba67033412ce4d740b348b166e502d602aa192f..c41866cd41b182959d9ffb141b630635471ba9c0 100644 (file)
@@ -274,7 +274,7 @@ int user_record_authenticate(
 static void drop_caches_now(void) {
         int r;
 
-        /* Drop file system caches now. See https://www.kernel.org/doc/html/latest/admin-guide/sysctl/vm.html
+        /* Drop file system caches now. See https://docs.kernel.org/admin-guide/sysctl/vm.html
          * for details. We write "2" into /proc/sys/vm/drop_caches to ensure dentries/inodes are flushed, but
          * not more. */