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/index.html | |
parent | e073208d761790b7986ced96515e284c1d8890c7 (diff) | |
download | s6-dns-9ced0ee229c37f1090bf7a271722bd6c3963bb6c.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html index 2eb5016..9fdc636 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,7 @@ requirement if you link against the shared version of the skalibs library. </li> <p> s6-dns is free software. It is available under the -<a href="http://opensource.org/licenses/ISC">ISC license</a>. +<a href="https://opensource.org/licenses/ISC">ISC license</a>. </p> <h3> Download </h3> @@ -165,17 +165,17 @@ relevant page. <li> <tt>s6-dns</tt> is discussed on the <a href="//skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li> <li> It can also be discussed on the -<a href="http://cr.yp.to/lists.html#dns">cr.yp.to dns mailing-list</a>. </li> +<a href="https://cr.yp.to/lists.html#dns">cr.yp.to dns mailing-list</a>. </li> </ul> <h3> Similar work </h3> <ul> - <li> <a href="http://www.isc.org/software/bind">BIND</a> is the most widely + <li> <a href="https://www.isc.org/software/bind">BIND</a> is the most widely used DNS software suite on the Internet. It's also arguably the most -<a href="http://cr.yp.to/djbdns/blurb/unbind.html">buggy</a>, +<a href="https://cr.yp.to/djbdns/blurb/unbind.html">buggy</a>, convoluted and impossible to understand. </li> - <li> <a href="http://cr.yp.to/djbdns.html">djbdns</a> is DJB's DNS suite. + <li> <a href="https://cr.yp.to/djbdns.html">djbdns</a> is DJB's DNS suite. It works very well, but is unfortunately unmaintained by the author. s6-dns follows <a href="//skarnet.org/software/skalibs/djblegacy.html">the same design principles</a>. </li> |