Fixed link to pairing library in docs.

This commit is contained in:
Peter van Nostrand 2018-04-22 14:49:22 -04:00
parent 385f6222b4
commit 0c2b25fe88

@ -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.
//!