about summary refs log tree commit diff
path: root/doc/overview.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-09-16 12:04:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-09-16 12:04:55 +0000
commitb0fe68c13b04af8c098d53ea999bba6b7395163d (patch)
tree298bab9f755edd10f4fd09c22beadb89f05f1be3 /doc/overview.html
parent997b02adcc8384906339ea81ece5ba7244f3ef60 (diff)
downloads6-b0fe68c13b04af8c098d53ea999bba6b7395163d.tar.gz
s6-b0fe68c13b04af8c098d53ea999bba6b7395163d.tar.xz
s6-b0fe68c13b04af8c098d53ea999bba6b7395163d.zip
Documentation fixes, by flexibeast
Diffstat (limited to 'doc/overview.html')
-rw-r--r--doc/overview.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/overview.html b/doc/overview.html
index cecdde6..1b4cb5d 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -28,7 +28,7 @@ description of the different parts of s6.
 
 <p>
  At its core, s6 is a <em>process supervision suite</em>, like its ancestor
-<a href="http://cr.yp.to/daemontools.html">daemontools</a> and its
+<a href="https://cr.yp.to/daemontools.html">daemontools</a> and its
 close cousin
 <a href="http://smarden.org/runit/">runit</a>.
 </p>
@@ -288,7 +288,7 @@ sometimes, they are daemons themselves, designed to be supervised.
 <p>
  s6, like other <a href="//skarnet.org/software/">skarnet.org
 software</a>, makes heavy use of
-<a href="http://en.wikipedia.org/wiki/Chain_loading#Chain_loading_in_Unix">chain
+<a href="https://en.wikipedia.org/wiki/Chain_loading#Chain_loading_in_Unix">chain
 loading</a>, also known as "Bernstein chaining": a lot of s6 tools will
 perform some action that changes the process state, then execute into the
 rest of their command line. This allows the user to change the process state
@@ -461,7 +461,7 @@ descriptors. </li>
 
 <p>
  Note that "socket activation", one of the main advertised benefits of the
-<a href="http://www.freedesktop.org/wiki/Software/systemd/">systemd</a>
+<a href="https://www.freedesktop.org/wiki/Software/systemd/">systemd</a>
 init system, sounds similar to fd-holding.
 The reality is that socket activation is a mixture of several different
 mechanisms, one of which is fd-holding; s6 allows you to implement the