From ca6999cb16acae9ae2a0d994f6813b3ec2d52b84 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 9 Dec 2025 10:30:54 +0100 Subject: [PATCH] chore: fix links in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61191f32e..afb574009 100644 --- a/README.md +++ b/README.md @@ -170,9 +170,9 @@ A document containing scientific and technical details about algorithms implemen

### Tutorials -- [[Video tutorial] Implement signed integers using TFHE-rs ](https://www.zama.ai/post/video-tutorial-implement-signed-integers-ssing-tfhe-rs) -- [Homomorphic parity bit](https://docs.zama.ai/tfhe-rs/tutorials/parity_bit) -- [Homomorphic case changing on Ascii string](https://docs.zama.ai/tfhe-rs/tutorials/ascii_fhe_string) +- [[Video tutorial] Implement signed integers using TFHE-rs ](https://www.zama.ai/post/video-tutorial-implement-signed-integers-sing-tfhe-rs) +- [Homomorphic parity bit](https://docs.zama.ai/tfhe-rs/tutorials/parity-bit) +- [Homomorphic case changing on Ascii string](https://docs.zama.ai/tfhe-rs/tutorials/ascii-fhe-string) - [Boolean SHA256 with TFHE-rs](https://www.zama.ai/post/boolean-sha256-tfhe-rs) - [Dark market with TFHE-rs](https://www.zama.ai/post/dark-market-tfhe-rs) - [Regular expression engine with TFHE-rs](https://www.zama.ai/post/regex-engine-tfhe-rs)