From ad6988311cb226925449fb00dbc2e6facc8fb1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Cruz?= Date: Fri, 16 Aug 2024 12:13:03 +0200 Subject: [PATCH] fix link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10603a0..587bf9c 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,4 @@ explicit. Moreover (although I have not tested this), the use of array references rather than slices *should* result in far fewer bounds checks, since almost all sizes are known at compile time. -[2]: https://github.com/droundy/onionsalt/blob/master/src/crypto.rs +[2]: https://github.com/droundy/onionsalt/blob/master/src/crypto/mod.rs