summaryrefslogtreecommitdiff
path: root/doc/s6-hiercopy.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:45:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:45:31 +0000
commit3f7d194475869c00e4cb00d0787e3bb941bf95ec (patch)
tree8e4f576dbfb0af8f0547a1b4563a443b3b7313cf /doc/s6-hiercopy.html
parentb86f0b3410120e6d5526822a14ed4e8676888beb (diff)
downloads6-portable-utils-3f7d194475869c00e4cb00d0787e3bb941bf95ec.tar.xz
doc: fix URLs
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>