From c1fae7168db0294ffd5f8efab91671ea1108e585 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Thu, 2 Sep 2021 12:57:47 -0700 Subject: [PATCH] fix docs.rs link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16e9e6e..e0eebd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Srinath Setty "] edition = "2018" description = "Recursive zkSNARKs without trusted setup" -documentation = "https://docs.rs/nova/" +documentation = "https://docs.rs/nova-snark/" readme = "README.md" repository = "https://github.com/Microsoft/Nova" license-file = "LICENSE"