Skip to content

Commit

Permalink
Update r1cs_constraints.md
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
GUJustin authored Aug 9, 2024
1 parent 5cff005 commit 0cc7aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/how/r1cs_constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The inputs required for the constraint system for a single CPU step are:

#### Constraint system

The constraints for a CPU step are detailed in the `get_jolt_matrices()` function in [`constraints.rs`](https://github.com/a16z/jolt/blob/main/jolt-core/src/r1cs/constraints.rs).
The constraints for a CPU step are detailed in the `get_jolt_matrices()` function in [`constraints.rs`](https://github.com/a16z/jolt/blob/main/jolt-core/src/r1cs/jolt_constraints.rs).

### Reusing commitments

Expand Down

0 comments on commit 0cc7aa3

Please sign in to comment.