about summary refs log tree commit diff
path: root/doc/skadns/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/skadns/index.html')
-rw-r--r--doc/skadns/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/skadns/index.html b/doc/skadns/index.html
index 23d8226..f54db2c 100644
--- a/doc/skadns/index.html
+++ b/doc/skadns/index.html
@@ -6,14 +6,14 @@
     <title>s6-dns: the skadns library interface</title>
     <meta name="Description" content="s6-dns: the skadns library interface" />
     <meta name="Keywords" content="s6-dns skadns library asynchronous resolution resolver client C interface" />
-    <!-- <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-dns</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> The <tt>skadns</tt> library interface </h1>
@@ -58,7 +58,7 @@ exact function prototypes.
 know it has. This means paying some attention to the SIGCHLD handler,
 if any, and to the way you perform <tt>waitpid()</tt>s. The best
 practice is to use a
-<a href="http://skarnet.org/software/skalibs/libstddjb/selfpipe.html">self-pipe</a>
+<a href="//skarnet.org/software/skalibs/libstddjb/selfpipe.html">self-pipe</a>
 to handle SIGCHLD (as well as other signals the application needs to trap),
 and to <em>always</em> use <tt>wait_nohang()</tt> to reap children,
 simply ignoring pids you don't know.