Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 55f3d4d

Browse files
authored
Update URLs to point specifically to v1 of the @solana/web3.js docs
Read more: solana-foundation/solana-web3.js#3498
1 parent 586bd6f commit 55f3d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/single-pool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const connection = new Connection(clusterApiUrl('devnet'), 'confirmed');
129129
```
130130

131131
### Keypair
132-
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)
132+
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)
133133

134134
</TabItem>
135135
<TabItem value="jsn" label="WEB3.JS NEXT">

docs/src/token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const web3 = require('@solana/web3.js');
113113
const connection = new web3.Connection(web3.clusterApiUrl('devnet'), 'confirmed');
114114
```
115115
### Keypair
116-
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)
116+
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)
117117

118118
</TabItem>
119119
</Tabs>

0 commit comments

Comments
 (0)