Skip to content

Commit

Permalink
chore: update vitalik blog link (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
hattizai authored Jul 9, 2024
1 parent 0759f94 commit 202b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relations/src/r1cs/constraint_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ mod tests {
}

/// Example meant to follow as closely as possible the excellent R1CS
/// write-up by [Vitalik Buterin](https://vitalik.ca/general/2016/12/10/qap.html)
/// write-up by [Vitalik Buterin](https://vitalik.eth.limo/general/2016/12/10/qap.html)
/// and demonstrate how to construct such matrices in arkworks.
#[test]
fn matrix_generation_example() -> crate::r1cs::Result<()> {
Expand Down

0 comments on commit 202b9e0

Please sign in to comment.