From 5693b7019eb3e4487a81273c6f5e1832d77acb53 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Tue, 28 Sep 2021 22:40:36 +0300 Subject: [PATCH] docs: fix broken ethers-js link (#475) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1c28b5b6..0904ff3d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ //! # Complete Ethereum & Celo library and wallet implementation. //! -//! > ethers-rs is a port of [ethers-js](github.com/ethers-io/ethers.js) in Rust. +//! > ethers-rs is a port of [ethers-js](https://github.com/ethers-io/ethers.js) in Rust. //! //! ## Quickstart: `prelude` //!