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.
This commit is contained in:
Blockchain Man 2021-11-03 16:15:53 -04:00 committed by GitHub
parent 20b3df02d4
commit e22c97d541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: