From 32b1e7827a540706b087de81ecd4df0ef3d1faba Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 3 Feb 2023 21:53:10 -0500 Subject: [PATCH] docs: replaces ethers.io URLs with ethers.org --- README.md | 14 ++++++-------- docs.wrm/index.wrm | 6 +++--- docs.wrm/links/ricmoo.txt | 6 +++--- src.ts/providers/community.ts | 2 +- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6433b7ca4..09ca094ed 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Ethers Project [![npm (tag)](https://img.shields.io/npm/v/ethers)](https://www.npmjs.com/package/ethers) [![CI Tests](https://github.com/ethers-io/ethers.js/actions/workflows/test-ci.yml/badge.svg?branch=main)](https://github.com/ethers-io/ethers.js/actions/workflows/test-ci.yml) -![npm bundle size (version)](https://img.shields.io/bundlephobia/minzip/ethers/main) +![npm bundle size (version)](https://img.shields.io/bundlephobia/minzip/ethers) ![npm (downloads)](https://img.shields.io/npm/dm/ethers) [![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/ethers-io/ethers.js/badge)](https://www.gitpoap.io/gh/ethers-io/ethers.js) [![Twitter Follow](https://img.shields.io/twitter/follow/ricmoo?style=social)](https://twitter.com/ricmoo) @@ -24,7 +24,7 @@ in [TypeScript](https://www.typescriptlang.org). - **Tiny** (~120kb compressed; 400kb uncompressed) - **Tree-shaking** focused; include only what you need during bundling - **Complete** functionality for all your Ethereum desires -- Extensive [documentation](https://docs.ethers.io/v5/) +- Extensive [documentation](https://docs.ethers.org/v6/) - Large collection of **test cases** which are maintained and added to - Fully written in **TypeScript**, with strict types for security - **MIT License** (including ALL dependencies); completely open source to do with as you please @@ -76,12 +76,10 @@ The bundled library is available in the `./dist/` folder in this repo. Documentation ------------- -**Note: The v6 docs are not available yet** +Browse the [documentation](https://docs.ethers.org) online: -Browse the [documentation](https://docs.ethers.io) online: - -- [Getting Started](https://docs.ethers.io/v6/getting-started/) -- [Full API Documentation](https://docs.ethers.io/v6/api/) +- [Getting Started](https://docs.ethers.org/v6/getting-started/) +- [Full API Documentation](https://docs.ethers.org/v6/api/) - [Various Ethereum Articles](https://blog.ricmoo.com/) @@ -103,7 +101,7 @@ responses, more capacity, analytics and other features like archival data. When you are ready to sign up and start using for your own keys, please -check out the [Provider API Keys](https://docs.ethers.io/v5/api-keys/) in +check out the [Provider API Keys](https://docs.ethers.org/v5/api-keys/) in the documentation. A special thanks to these services for providing community resources: diff --git a/docs.wrm/index.wrm b/docs.wrm/index.wrm index 95976c85e..2bbca7412 100644 --- a/docs.wrm/index.wrm +++ b/docs.wrm/index.wrm @@ -23,6 +23,6 @@ about the entire Application Programming Interface. _subsection: Older Documentation -- [v5 documentation here](link-docs-v5) -- [v4 documentation here](link-docs-v4) -- [v3 documentation here](link-docs-v3) +- [v5 documentation](link-docs-v5) +- [v4 documentation](link-docs-v4) +- [v3 documentation](link-docs-v3) diff --git a/docs.wrm/links/ricmoo.txt b/docs.wrm/links/ricmoo.txt index 345e39223..0d0c993c9 100644 --- a/docs.wrm/links/ricmoo.txt +++ b/docs.wrm/links/ricmoo.txt @@ -6,9 +6,9 @@ link-ci [Ethers CI](https://github.com/ethers-io/ethers.js/actions/runs/15800690 link-discussion [Ethers Discussion](https://github.com/ethers-io/ethers.js/discussions) link-issue [Open Ethers Issue](https://github.com/ethers-io/ethers.js/issues/new/choose) link-issues [Ethers Issues](https://github.com/ethers-io/ethers.js/issues) -link-docs-v3 [V3 Documentation](https://docs.ethers.io/v3/) -link-docs-v4 [V4 Documentation](https://docs.ethers.io/v4/) -link-docs-v5 [V5 Documentation](https://docs.ethers.io/v5/) +link-docs-v3 [V3 Documentation](https://docs.ethers.org/v3/) +link-docs-v4 [V4 Documentation](https://docs.ethers.org/v4/) +link-docs-v5 [V5 Documentation](https://docs.ethers.org/v5/) # Social profiles link-repo [GitHub Repo](https://github.com/ethers-io/ethers.js) diff --git a/src.ts/providers/community.ts b/src.ts/providers/community.ts index 2d4df4204..0638067a0 100644 --- a/src.ts/providers/community.ts +++ b/src.ts/providers/community.ts @@ -44,6 +44,6 @@ export function showThrottleMessage(service: string): void { console.log("signing up for your own API keys to improve performance, increase your"); console.log("request rate/limit and enable other perks, such as metrics and advanced APIs."); console.log(""); - console.log("For more details: https:/\/docs.ethers.io/api-keys/"); + console.log("For more details: https:/\/docs.ethers.org/api-keys/"); console.log("=========================="); }