From 9cc847f37a5c0ff875394e668d8ec4c5d1f0d53c Mon Sep 17 00:00:00 2001 From: josh crites Date: Thu, 19 Oct 2023 14:50:53 -0400 Subject: [PATCH] update link to recursion example --- .../versioned_docs/version-0.10.5/standard_library/recursion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-0.10.5/standard_library/recursion.md b/docs/versioned_docs/version-0.10.5/standard_library/recursion.md index 4705ae6c575..ff4c63acaa7 100644 --- a/docs/versioned_docs/version-0.10.5/standard_library/recursion.md +++ b/docs/versioned_docs/version-0.10.5/standard_library/recursion.md @@ -93,4 +93,4 @@ The next verifier can either perform a final verification (returning true or fal ## Example -You can see an example of how to do recursive proofs in [this example recursion demo repo](https://github.com/Savio-Sou/recursion-demo/tree/main). +You can see an example of how to do recursive proofs in [this example recursion demo repo](https://github.com/noir-lang/noir-examples/tree/master/recursion).