From c5f031914d0e5865de77914ccddae872f2618234 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 16 Feb 2024 14:51:14 +0000 Subject: [PATCH] fixed broken link in README to point to correct address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f5bcb2398..95fbc065035 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ yarn add web3 ## Useful links -- [Web3 tree shaking support guide](https://docs.web3js.org/guides/advanced/web3_tree_shaking_support_guide/) +- [Web3 tree shaking support guide](https://docs.web3js.org/guides/advanced/tree_shaking/) - [React App Example](https://github.com/ChainSafe/web3js-example-react-app) ## Architecture Overview