From 2c9bd99c53f15010292e5993868ae7c5daae4be1 Mon Sep 17 00:00:00 2001 From: Ese Monday Date: Wed, 19 Jun 2024 23:19:14 +0100 Subject: [PATCH 1/2] Update README.md Changed the link to more information about registering plugin from a not found link - https://docs.web3js.org/docs/guides/web3_plugin_guide/plugin_users#registering-the-plugin to this - https://docs.web3js.org/guides/web3_plugin_guide/plugin_authors/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0251b02..7c0cb06 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ const chainlinkPlugin = new ChainlinkPlugin(); web3.registerPlugin(chainlinkPlugin); ``` -More information about registering web3.js plugins can be found [here](https://docs.web3js.org/docs/guides/web3_plugin_guide/plugin_users#registering-the-plugin). +More information about registering web3.js plugins can be found [here]([https://docs.web3js.org/docs/guides/web3_plugin_guide/plugin_users#registering-the-plugin](https://docs.web3js.org/guides/web3_plugin_guide/plugin_authors/)). ### Plugin Methods From 20581cc4951939b0378def8bcc92f400edb889a1 Mon Sep 17 00:00:00 2001 From: Ese Monday Date: Wed, 19 Jun 2024 23:21:02 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c0cb06..e8bed6c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ const chainlinkPlugin = new ChainlinkPlugin(); web3.registerPlugin(chainlinkPlugin); ``` -More information about registering web3.js plugins can be found [here]([https://docs.web3js.org/docs/guides/web3_plugin_guide/plugin_users#registering-the-plugin](https://docs.web3js.org/guides/web3_plugin_guide/plugin_authors/)). +More information about registering web3.js plugins can be found [here](https://docs.web3js.org/guides/web3_plugin_guide/plugin_authors/). ### Plugin Methods