From 9cb17dc13090c5c596c1c88012c617ee6c957d26 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Tue, 15 Dec 2020 13:04:33 -0800 Subject: [PATCH] Fix links in `Cargo.toml`s --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0f7e2d..d725874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "ark-r1cs-std" version = "0.1.0" authors = [ "arkworks contributors" ] description = "A standard library for constraint system gadgets" -homepage = "https://arworks.rs" -repository = "https://github.com/arkworks/r1cs-gadgets" +homepage = "https://arkworks.rs" +repository = "https://github.com/arkworks-rs/r1cs-std" documentation = "https://docs.rs/ark-r1cs-std/" keywords = ["zero knowledge", "cryptography", "zkSNARK", "SNARK", "r1cs"] categories = ["cryptography"]