about summary refs log tree commit diff
path: root/doc/localservice.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/localservice.html')
-rw-r--r--doc/localservice.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/localservice.html b/doc/localservice.html
index d072151..1e0c119 100644
--- a/doc/localservice.html
+++ b/doc/localservice.html
@@ -6,14 +6,14 @@
     <title>s6: what is a local service</title>
     <meta name="Description" content="s6: what is a local service" />
     <meta name="Keywords" content="s6 local service s6-ipcserver" />
-    <!-- <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> Local services </h1>
@@ -100,7 +100,7 @@ socket <em>and</em> a pipe between the client and the server.
 is an easy way of abstracting clients and servers from the network.
 A server written as a UCSPI server, just as it can be run
 under inetd or
-<a href="http://skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>,
+<a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>,
 can be run under
 <a href="s6-ipcserver.html">s6-ipcserver</a>: choose a socket
 location and you have a local service.
@@ -132,7 +132,7 @@ managing the reception of notifications and only waking up the client process
 when the notification pattern matches a regular expression. </li>
  <li> <a href="libs6/s6lockd.html">s6lockd</a>,
 handling time-constrained lock acquisition on client behalf. </li>
- <li> <a href="http://skarnet.org/software/s6-dns/skadns/skadnsd.html">skadnsd</a>,
+ <li> <a href="//skarnet.org/software/s6-dns/skadns/skadnsd.html">skadnsd</a>,
 performing asynchronous DNS queries and only waking up the client process
 when an answer arrives. </li>
 </ul>