From 55f3d4d67a3be014e0093a7be81bfdaf3b978b00 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Thu, 7 Nov 2024 10:49:39 -0800 Subject: [PATCH] Update URLs to point specifically to v1 of the `@solana/web3.js` docs Read more: https://github.com/solana-labs/solana-web3.js/issues/3498 --- docs/src/single-pool.mdx | 2 +- docs/src/token.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/single-pool.mdx b/docs/src/single-pool.mdx index be12aaa7b05..197c3cacbae 100644 --- a/docs/src/single-pool.mdx +++ b/docs/src/single-pool.mdx @@ -129,7 +129,7 @@ const connection = new Connection(clusterApiUrl('devnet'), 'confirmed'); ``` ### Keypair -You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter) +You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/v1.x/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter) diff --git a/docs/src/token.mdx b/docs/src/token.mdx index ce1137036bb..65397ac1658 100644 --- a/docs/src/token.mdx +++ b/docs/src/token.mdx @@ -113,7 +113,7 @@ const web3 = require('@solana/web3.js'); const connection = new web3.Connection(web3.clusterApiUrl('devnet'), 'confirmed'); ``` ### Keypair -You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter) +You can either get your keypair using [`Keypair`](https://solana-labs.github.io/solana-web3.js/v1.x/classes/Keypair.html) from `@solana/web3.js`, or let the user's wallet handle the keypair and use `sendTransaction` from [`wallet-adapter`](https://github.com/solana-labs/wallet-adapter)