From e22c97d5414ce18a8fcffeb55ac25e2866173ebc Mon Sep 17 00:00:00 2001 From: Blockchain Man Date: Wed, 3 Nov 2021 16:15:53 -0400 Subject: [PATCH] docs: absolute path for web3 examples (#21086) The relative path causes a broken link on the github pages for https://solana-labs.github.io/solana-web3.js/. It currently points to https://solana-labs.github.io/solana-web3.js/examples, which DNE. --- web3.js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/README.md b/web3.js/README.md index 56bf3ef11e..f5c73c5e07 100644 --- a/web3.js/README.md +++ b/web3.js/README.md @@ -88,7 +88,7 @@ console.log(solanaWeb3); Example scripts for the web3.js repo and native programs: -- [Web3 Examples](./examples) +- [Web3 Examples](https://github.com/solana-labs/solana/tree/master/web3.js/examples) Example scripts for the Solana Program Library: