diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
commit | f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 (patch) | |
tree | 4d9312c73d585628304bee0e045562054f9c351d /doc/librandom | |
parent | 3aad40d38f3cba359f78f81dd27b420d19aa45b7 (diff) | |
download | skalibs-f3d5157564992f1ef9f390b3ce0c7d3706ba0f19.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/librandom')
-rw-r--r-- | doc/librandom/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/librandom/index.html b/doc/librandom/index.html index cd27bed..b141b59 100644 --- a/doc/librandom/index.html +++ b/doc/librandom/index.html @@ -109,8 +109,8 @@ available random generator provided by the underlying system. By decreasing order of preference, it will use the following implementations if available: <ul> - <li> <a href="http://man.openbsd.org/arc4random.3">arc4random()</a> </li> - <li> <a href="http://man7.org/linux/man-pages/man2/getrandom.2.html">getrandom()</a> </li> + <li> <a href="https://man.openbsd.org/arc4random.3">arc4random()</a> </li> + <li> <a href="https://man7.org/linux/man-pages/man2/getrandom.2.html">getrandom()</a> </li> <li> <tt>/dev/urandom</tt> </li> <li> a basic <a href="https://cr.yp.to/papers/surf.pdf">SURF</a> pseudo-random generator</li> </ul> </li> |