From 20da946aa2d378676df821d90816596c19878b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Bola=C3=B1os?= <10123236+sebohe@users.noreply.github.com> Date: Mon, 15 Jun 2020 05:29:50 -0600 Subject: [PATCH] Update docs path (#12) * Change docs url from local modules to docs.rs --- ethers/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethers/src/lib.rs b/ethers/src/lib.rs index c452fb4c..dbb0ee75 100644 --- a/ethers/src/lib.rs +++ b/ethers/src/lib.rs @@ -247,8 +247,8 @@ pub mod signers { /// # ABI Encoding and Decoding /// /// 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) -/// crates for convenience. +/// under the `abi` module, as well as the [`secp256k1`](https://docs.rs/libsecp256k1) +/// and [`rand`](https://docs.rs/rand) crates for convenience. pub mod core { pub use ethers_core::*; }