Merge pull request #2 from DrPeterVanNostrand/fix-link-to-pairing-repo-in-docs

Fixed link to pairing library in docs.
This commit is contained in:
ebfull 2018-04-22 14:30:31 -06:00 committed by GitHub
commit 58ebd37d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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