From 5fe2e74f0f00d24700c9393b163b78f1ed031f15 Mon Sep 17 00:00:00 2001 From: reflecttypefor Date: Thu, 18 Jun 2026 15:39:24 +0800 Subject: [PATCH] Fix broken examples link in README Signed-off-by: reflecttypefor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0583490d7..09f70649d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ The folding scheme and decider used can be swapped with a few lines of code (eg. The [Sonobe docs](https://privacy-scaling-explorations.github.io/sonobe-docs/) contain more details about the usage and design of the library. -Complete examples can be found at [folding-schemes/examples](https://github.com/privacy-scaling-explorations/sonobeAcknowledgments/tree/main/examples) +Complete examples can be found at [folding-schemes/examples](https://github.com/privacy-scaling-explorations/sonobe/tree/main/examples) ## License