diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:18:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:18:57 +0000 |
commit | c86f75f7ca6ea42d7a992f0871e6bd069dd522df (patch) | |
tree | fa3fd8449c819b9c9071692eaca3b6b6354228d0 /doc/faq.html | |
parent | d4a52b47609803e0ff791e34e1b99191d59861f6 (diff) | |
download | s6-rc-c86f75f7ca6ea42d7a992f0871e6bd069dd522df.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/faq.html')
-rw-r--r-- | doc/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.html b/doc/faq.html index d1df02e..17ba7c5 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -220,7 +220,7 @@ new database will be used on the next boot, atomically update the link: The use of the <a href="//skarnet.org/software/s6-portable-utils/s6-ln.html">s6-ln</a> utility is recommended, because the -<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> standard actually <em>forbids</em> an atomic replacement, so utilities that follow it to the letter, for instance, <tt>ln</tt> from GNU coreutils, cannot be atomic: they first remove the old link, then create the new one. If you |