diff --git a/src/lib.rs b/src/lib.rs index b5dcf6c..b8ea64e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! This is a rust library for building R1CS gadgets over prime fields, which are useful in SNARKs //! and other argument systems. //! -//! See the [readme](https://github.com/mir-protocol/r1cs) for more information and examples. +//! See the [readme](https://github.com/0xPolygonZero/r1cs) for more information and examples. #![cfg_attr(not(feature = "std"), no_std)]