From 202b9e02b808d1d15823298b8ac16f5c54ae4ef6 Mon Sep 17 00:00:00 2001 From: hatti Date: Tue, 9 Jul 2024 23:47:39 +0800 Subject: [PATCH] chore: update vitalik blog link (#376) --- relations/src/r1cs/constraint_system.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relations/src/r1cs/constraint_system.rs b/relations/src/r1cs/constraint_system.rs index 17b11756a..1b0d54922 100644 --- a/relations/src/r1cs/constraint_system.rs +++ b/relations/src/r1cs/constraint_system.rs @@ -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<()> {