Drop :8899 port from http://devnet.solana.com references

This commit is contained in:
Michael Vines
2020-03-13 15:00:27 -07:00
parent ce88602ced
commit 9e0a26628b
8 changed files with 14 additions and 17 deletions

View File

@@ -203,7 +203,7 @@ networked machine.
Next, configure the `solana` CLI tool to connect to a particular cluster:
```bash
solana config set --url <CLUSTER URL> # (i.e. http://devnet.solana.com:8899)
solana config set --url <CLUSTER URL> # (i.e. http://devnet.solana.com)
```
Finally, to check the balance, run the following command: