summaryrefslogtreecommitdiff
path: root/doc/djblegacy.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 01:06:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 01:06:16 +0000
commitf3d5157564992f1ef9f390b3ce0c7d3706ba0f19 (patch)
tree4d9312c73d585628304bee0e045562054f9c351d /doc/djblegacy.html
parent3aad40d38f3cba359f78f81dd27b420d19aa45b7 (diff)
downloadskalibs-f3d5157564992f1ef9f390b3ce0c7d3706ba0f19.tar.xz
doc: fix URLs
Diffstat (limited to 'doc/djblegacy.html')
-rw-r--r--doc/djblegacy.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/djblegacy.html b/doc/djblegacy.html
index 6073497..dcf27cc 100644
--- a/doc/djblegacy.html
+++ b/doc/djblegacy.html
@@ -21,9 +21,9 @@
<h2> Who is this DJB guy, and why is he so special anyway&nbsp;? </h2>
<p>
-<a href="http://cr.yp.to/">Dan J. Bernstein</a> is a cryptologist and
+<a href="https://cr.yp.to/">Dan J. Bernstein</a> is a cryptologist and
a mathematician; he's also the author of a widely known and used MTA,
-<a href="http://cr.yp.to/qmail.html">qmail</a>, as well as a few
+<a href="https://cr.yp.to/qmail.html">qmail</a>, as well as a few
lesser known pieces of software.
</p>
@@ -98,7 +98,7 @@ What do you do?
interfaces, even if it amounts to cramming a square peg into a
round hole. This is why buffer overflows exist. This is why
people use abominations such as
-<a href="http://www.opengroup.org/onlinepubs/9699919799/functions/gets.html">gets()</a>,
+<a href="https://www.opengroup.org/onlinepubs/9699919799/functions/gets.html">gets()</a>,
<em>which is still in the Single Unix Specification as of version 4,
in freaking June 2011</em>. This is why the System V
initialization scheme is still prevalent in Linux distributions,