From b9b6f7db11cf7715ac169bcbb82fd1027bfe816c Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Mon, 21 May 2018 12:08:52 +0200 Subject: [PATCH] Correct link in README. Closes #30. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0152985..ca0890c 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,19 @@ place. # USING: -In general, consult the NaCl documentation at +In general, consult the libsodium documentation at + + https://download.libsodium.org/doc/ + +The original NaCl documentation is nowadays largely superceded by the +libsodium documentation, but it is still worth a visit https://nacl.cr.yp.to but also note that our interface has full Edoc documentation, generated by executing - rebar doc + rebar3 doc ## Hints