Update docs path (#12)

* Change docs url from local modules to docs.rs
This commit is contained in:
Sebastian Bolaños 2020-06-15 05:29:50 -06:00 committed by GitHub
parent 57d8efd7cc
commit 20da946aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ pub mod signers {
/// # ABI Encoding and Decoding /// # ABI Encoding and Decoding
/// ///
/// This crate re-exports the [`ethabi`](http://docs.rs/ethabi) crate's functions /// This crate re-exports the [`ethabi`](http://docs.rs/ethabi) crate's functions
/// under the `abi` module, as well as the [`secp256k1`](secp256k1) and [`rand`](rand) /// under the `abi` module, as well as the [`secp256k1`](https://docs.rs/libsecp256k1)
/// crates for convenience. /// and [`rand`](https://docs.rs/rand) crates for convenience.
pub mod core { pub mod core {
pub use ethers_core::*; pub use ethers_core::*;
} }