summaryrefslogtreecommitdiff
path: root/doc/s6-hiercopy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-hiercopy.html')
-rw-r--r--doc/s6-hiercopy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-hiercopy.html b/doc/s6-hiercopy.html
index a13e0e0..43fdc13 100644
--- a/doc/s6-hiercopy.html
+++ b/doc/s6-hiercopy.html
@@ -56,7 +56,7 @@ But then, <tt>cp</tt> shouldn't either. </li>
<li> There is no standard way of creating device nodes on a
filesystem, so any <tt>cp</tt>-like utility is inherently
non-portable. Fortunately, most systems still agree on the non-portable usages of
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknod.html">mknod
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/mknod.html">mknod
specification</a>, so things should work in practice. Consequently,
the s6-hiercopy utility has been moved from
<a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>