diff options
Diffstat (limited to 'doc/libs6dns/index.html')
-rw-r--r-- | doc/libs6dns/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libs6dns/index.html b/doc/libs6dns/index.html index 3356c46..026bc9f 100644 --- a/doc/libs6dns/index.html +++ b/doc/libs6dns/index.html @@ -6,14 +6,14 @@ <title>s6-dns: the s6dns library interface</title> <meta name="Description" content="s6-dns: the s6dns library interface" /> <meta name="Keywords" content="s6-dns dns s6dns library libs6dns" /> - <!-- <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="../">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>s6dns</tt> library interface </h1> @@ -30,7 +30,7 @@ and simplicity - which translates into smallness of the code. of heap memory. Memory is only allocated in the heap to store queries and response packets during a DNS resolution process, and to store the final answers into a user-provided -<a href="http://skarnet.org/software/skalibs/libstddjb/stralloc.html"> +<a href="//skarnet.org/software/skalibs/libstddjb/stralloc.html"> stralloc</a>; all the other operations use stack memory, and perform as few copies as possible. </p> |