summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/s6-log.html2
-rw-r--r--doc/s6-svscan-1.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-log.html b/doc/s6-log.html
index 3cb15f4..0bb9916 100644
--- a/doc/s6-log.html
+++ b/doc/s6-log.html
@@ -107,7 +107,7 @@ When <tt>current</tt> becomes too big, a <em>rotation</em> happens.
The <tt>current</tt> file will be possibly <em>processed</em>, then
it will become an <em>archived</em> log file named
@<em>timestamp</em>.s, where <em>timestamp</em>, a
-<a href="http://www.skarnet.org/software/skalibs/libstddjb/tai.html">TAI64N</a>
+<a href="//skarnet.org/software/skalibs/libstddjb/tai.html">TAI64N</a>
timestamp, is the absolute time of the rotation. If there are too
many archived log files in the logdir, the older ones are then
suppressed. Logging then resumes, to a brand new <tt>current</tt>
diff --git a/doc/s6-svscan-1.html b/doc/s6-svscan-1.html
index 6083799..1f589cd 100644
--- a/doc/s6-svscan-1.html
+++ b/doc/s6-svscan-1.html
@@ -338,7 +338,7 @@ FIFO reader process.
or, at least,
the <a href="//skarnet.org/software/execline/redirfd.html">redirfd</a>
command, which is part of the execline distribution. The
-<a href="http://www.skarnet.org/software/execline/redirfd.html">redirfd</a>
+<a href="//skarnet.org/software/execline/redirfd.html">redirfd</a>
command does just the right amount of trickery with FIFOs for you to be
able to properly redirect process 1's stdout and stderr to the logging FIFO
without blocking: <tt>redirfd -w 1 /service/s6-svscan-log/fifo</tt> blocks