From faafe03089bbc6f836c446122abc8e42783ba079 Mon Sep 17 00:00:00 2001 From: qwdsds <50311944+qwdsds@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:13:03 +0800 Subject: [PATCH] chore: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11bacc73..f7bc312c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In case you have made any changes to the guest programs, it is important to buil $ make build-guest ``` -Upon building the guest programs, the child commitments in [batch-circuit](./crates/circuits/batch-circuit/src/child_commitments.rs) and [bundle-circuit](./crates/circuits/bundle-circuit/src/child_commitments.rs) will be overwritten by `build-guest`. +Upon building the guest programs, the child commitments in [batch-circuit](./crates/circuits/batch-circuit/src/child_commitments) and [bundle-circuit](./crates/circuits/bundle-circuit/src/child_commitments) will be overwritten by `build-guest`. ### End-to-end tests for chunk-prover