diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:30:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:30:37 +0000 |
commit | 9ced0ee229c37f1090bf7a271722bd6c3963bb6c (patch) | |
tree | 92f80851d4a7fe5f5772fb7e1c5f1b8b96511fb5 /doc/getaddrinfo.html | |
parent | e073208d761790b7986ced96515e284c1d8890c7 (diff) | |
download | s6-dns-9ced0ee229c37f1090bf7a271722bd6c3963bb6c.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/getaddrinfo.html')
-rw-r--r-- | doc/getaddrinfo.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/getaddrinfo.html b/doc/getaddrinfo.html index d0fd1ac..a6ea981 100644 --- a/doc/getaddrinfo.html +++ b/doc/getaddrinfo.html @@ -21,7 +21,7 @@ <p> The standard C library provides an API to perform name resolution: -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo()</a>, +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo()</a>, formerly <tt>gethostbyname()</tt>. However, for DNS resolution as well as implementation in the libc, this interface is very impractical, to the point of being unusable. Here are a few reasons why. @@ -31,8 +31,8 @@ being unusable. Here are a few reasons why. <p> I explained this point in a message to the -<a href="http://busybox.net/">Busybox</a> mailing-list. You can -<a href="http://lists.busybox.net/pipermail/busybox/2012-July/078123.html">read +<a href="https://busybox.net/">Busybox</a> mailing-list. You can +<a href="https://lists.busybox.net/pipermail/busybox/2012-July/078123.html">read the post here</a>. (There is a mistake in that post about <tt>/etc/nsswitch.conf</tt> and <tt>/etc/host.conf</tt> syntax; the following two messages in the thread |