From 0c2b25fe8879deeb46530e91a5654d353a9bf94c Mon Sep 17 00:00:00 2001 From: Peter van Nostrand Date: Sun, 22 Apr 2018 14:49:22 -0400 Subject: [PATCH] Fixed link to pairing library in docs. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e8de130..e091603 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! ## Make your circuit //! //! Grab the [`bellman`](https://github.com/ebfull/bellman) and -//! [`pairing`](https://github.com/ebfull/bellman) crates. Bellman +//! [`pairing`](https://github.com/ebfull/pairing) crates. Bellman //! provides a trait called `Circuit`, which you must implement //! for your computation. //!