From 2359a98641d99b26cf88ec892e3601a8a2c81c9c Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 4 Sep 2020 01:26:29 -0400 Subject: [PATCH] Fixed link in docs (#1028). --- README.md | 2 +- packages/ethers/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bee2a7666..cd4ddb2c14 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A complete Ethereum wallet implementation and utilities in JavaScript (and TypeS - **Tiny** (~104kb compressed; 322kb uncompressed) - **Modular** packages; include only what you need - **Complete** functionality for all your Ethereum desires -- Extensive [documentation](https://docs.ethers.io/ethers.js/v5/) +- Extensive [documentation](https://docs.ethers.io/v5/) - Large collection of **test cases** which are maintained and added to - Fully **TypeScript** ready, with definition files and full TypeScript source - **MIT License** (including ALL dependencies); completely open source to do with as you please diff --git a/packages/ethers/README.md b/packages/ethers/README.md index 2bee2a7666..cd4ddb2c14 100644 --- a/packages/ethers/README.md +++ b/packages/ethers/README.md @@ -17,7 +17,7 @@ A complete Ethereum wallet implementation and utilities in JavaScript (and TypeS - **Tiny** (~104kb compressed; 322kb uncompressed) - **Modular** packages; include only what you need - **Complete** functionality for all your Ethereum desires -- Extensive [documentation](https://docs.ethers.io/ethers.js/v5/) +- Extensive [documentation](https://docs.ethers.io/v5/) - Large collection of **test cases** which are maintained and added to - Fully **TypeScript** ready, with definition files and full TypeScript source - **MIT License** (including ALL dependencies); completely open source to do with as you please