From a78c628d810955e1fbdc4124394fb6f2f22b6a9a Mon Sep 17 00:00:00 2001 From: woatpog <131763697+woatpog@users.noreply.github.com> Date: Fri, 3 Oct 2025 23:03:22 +0700 Subject: [PATCH] Update link Updated the link to Vitalik's current website with the same article. The previous link did not work. --- src/data/plonk.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/plonk.sol b/src/data/plonk.sol index 2579282..97194f1 100644 --- a/src/data/plonk.sol +++ b/src/data/plonk.sol @@ -136,7 +136,7 @@ contract PlonkVerifier { /////// // Computes the inverse of an array of values - // See https://vitalik.ca/general/2018/07/21/starks_part_3.html in section where explain fields operations + // See https://vitalik.eth.limo/general/2018/07/21/starks_part_3.html in section where explain fields operations ////// function inverseArray(pVals, n) { @@ -629,4 +629,4 @@ contract PlonkVerifier { } } -} \ No newline at end of file +}