From edfa2ef462e8fb1b93554e9cdf6b0d38e791cb2e Mon Sep 17 00:00:00 2001 From: Galoretka Date: Thu, 28 Aug 2025 09:37:45 +0300 Subject: [PATCH] fix: correct doxygen path in snark README.md --- src/snark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snark/README.md b/src/snark/README.md index a9288f699..2acfaf8a0 100644 --- a/src/snark/README.md +++ b/src/snark/README.md @@ -256,7 +256,7 @@ with some (currently sparse) comments, install the `doxygen` and `graphviz` pack $ make doxy -(this may take a few minutes). Then view the resulting [`doxygen/index.html`](doxygen/index.html). +(this may take a few minutes). Then view the resulting [`doxygen/index.html`](../doxygen/index.html). ### Using libsnark as a library