From 79d270283f13e9dacfbddba017b32d3ae1496ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:12:40 -0400 Subject: [PATCH] Fix and shorten link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 670e0c1..f7a82b9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This repository is the official implementation of BLAKE3. It includes: * The [C implementation](c), which like the Rust implementation includes SIMD code and runtime CPU feature detection on x86. Unlike the Rust - implementation, it's [not currently multithreaded](c/README.md#multithreading). See + implementation, it's [not currently multithreaded](c#multithreading). See [`c/README.md`](c/README.md). * The [Rust reference implementation](reference_impl/reference_impl.rs),