Update api urls in docs (#1887)
This commit is contained in:
parent
4ffc2f6e05
commit
e20cfbee44
|
@ -115,7 +115,7 @@ Keypair Path: ${HOME}/.config/solana/id.json
|
||||||
|
|
||||||
See [Solana clusters](https://docs.solana.com/clusters) for cluster-specific RPC URLs
|
See [Solana clusters](https://docs.solana.com/clusters) for cluster-specific RPC URLs
|
||||||
```sh
|
```sh
|
||||||
solana config set --url https://devnet.solana.com
|
solana config set --url https://api.devnet.solana.com
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Default Keypair
|
#### Default Keypair
|
||||||
|
|
|
@ -65,7 +65,7 @@ Keypair Path: ${HOME}/.config/solana/id.json
|
||||||
|
|
||||||
See [Solana clusters](https://docs.solana.com/clusters) for cluster-specific RPC URLs
|
See [Solana clusters](https://docs.solana.com/clusters) for cluster-specific RPC URLs
|
||||||
```
|
```
|
||||||
solana config set --url https://devnet.solana.com
|
solana config set --url https://api.devnet.solana.com
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Default Keypair
|
#### Default Keypair
|
||||||
|
|
Loading…
Reference in New Issue