summaryrefslogtreecommitdiff
path: root/doc/libs6dns
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:30:37 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:30:37 +0000
commit9ced0ee229c37f1090bf7a271722bd6c3963bb6c (patch)
tree92f80851d4a7fe5f5772fb7e1c5f1b8b96511fb5 /doc/libs6dns
parente073208d761790b7986ced96515e284c1d8890c7 (diff)
downloads6-dns-9ced0ee229c37f1090bf7a271722bd6c3963bb6c.tar.xz
doc: fix URLs
Diffstat (limited to 'doc/libs6dns')
-rw-r--r--doc/libs6dns/s6dns-engine.html2
-rw-r--r--doc/libs6dns/s6dns-resolve.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/libs6dns/s6dns-engine.html b/doc/libs6dns/s6dns-engine.html
index 43fe621..5a24194 100644
--- a/doc/libs6dns/s6dns-engine.html
+++ b/doc/libs6dns/s6dns-engine.html
@@ -34,7 +34,7 @@ network, and getting answers.
<p>
<tt>s6dns_engine</tt> has been inspired by Dan J. Bernstein's
-<a href="http://cr.yp.to/djbdns/dns_transmit.html">dns_transmit</a>
+<a href="https://cr.yp.to/djbdns/dns_transmit.html">dns_transmit</a>
library, but does not borrow any code from it. Unlike
<tt>dns_transmit</tt>, <tt>s6dns_engine</tt> does not assume that
network send operations are instant successes; <tt>s6dns_engine</tt>
diff --git a/doc/libs6dns/s6dns-resolve.html b/doc/libs6dns/s6dns-resolve.html
index 5d021aa..8dc6bef 100644
--- a/doc/libs6dns/s6dns-resolve.html
+++ b/doc/libs6dns/s6dns-resolve.html
@@ -92,7 +92,7 @@ The other prototypes can be found in the <tt>s6-dns/s6dns-resolve.h</tt> file.
<p>
Some <tt>errno</tt> codes reported by these functions do not have
exactly the system meaning given by
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror.html">strerror()</a>.
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror.html">strerror()</a>.
To get a user-friendly error message, use
<tt>s6dns_constants_error_str(errno)</tt> instead. The <tt>s6dns_constants_error_str</tt>
function is declared in the <tt>s6dns-constants.h</tt> header.