summary refs log tree commit diff
path: root/doc/why.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/why.html')
-rw-r--r--doc/why.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/why.html b/doc/why.html
index 7dcf4fb..3534088 100644
--- a/doc/why.html
+++ b/doc/why.html
@@ -6,14 +6,14 @@
     <title>s6: why another supervision suite</title>
     <meta name="Description" content="s6: why another supervision suite" />
     <meta name="Keywords" content="s6 supervision daemontools runit perp service svscan supervise" />
-    <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+    <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
   </head>
 <body>
 
 <p>
 <a href="index.html">s6</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
 </p>
 
 <h1> Why another supervision suite ? </h1>
@@ -84,7 +84,7 @@ does not have to. </li>
 
 <ul>
  <li> daemontools, daemontools-encore, runit and perp all qualify. All of this is excellent quality
-code, <a href="http://skarnet.org/software/skalibs/djblegacy.html">unsurprisingly</a>. </li>
+code, <a href="//skarnet.org/software/skalibs/djblegacy.html">unsurprisingly</a>. </li>
  <li> System V init is understandable, and reasonably lightweight; but it is still
 too big for what it does - poorly. The <tt>/etc/inittab</tt> file needs to be parsed;
 that parser has to be in process 1. There is support in process 1 for the whole
@@ -200,7 +200,7 @@ pipes between daemons and loggers are never lost. </li>
 <p>
  All in all, I believe that s6 offers the best overall implementation of a
 supervision suite <em>as it should be designed</em>. At worst, it's just another
-take on daemontools with a <a href="http://skarnet.org/software/skalibs/">reliable
+take on daemontools with a <a href="//skarnet.org/software/skalibs/">reliable
 base library</a> and a few nifty features.
 </p>