diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:45:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:45:31 +0000 |
commit | 3f7d194475869c00e4cb00d0787e3bb941bf95ec (patch) | |
tree | 8e4f576dbfb0af8f0547a1b4563a443b3b7313cf /doc/s6-ln.html | |
parent | b86f0b3410120e6d5526822a14ed4e8676888beb (diff) | |
download | s6-portable-utils-3f7d194475869c00e4cb00d0787e3bb941bf95ec.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/s6-ln.html')
-rw-r--r-- | doc/s6-ln.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-ln.html b/doc/s6-ln.html index bddac32..59dbdca 100644 --- a/doc/s6-ln.html +++ b/doc/s6-ln.html @@ -30,7 +30,7 @@ <p> s6-ln acts as the generic -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html">ln</a> utility. +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html">ln</a> utility. </p> <h2> Options </h2> @@ -48,7 +48,7 @@ it instead of adding a link in the directory </li> <p> s6-ln <strong>would be</strong> suitable as a Single Unix -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html">ln</a> +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html">ln</a> program, except that POSIX mandates that a preexisting <em>target</em> must first be <tt>unlink()</tt>ed and then (<tt>sym</tt>)<tt>link()</tt>ed, which prevents atomic replacements. |