Skip to content

Commit a8b8e23

Browse files
committed
Refactor link
1 parent 23207f0 commit a8b8e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-sdk-solana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Applications can obtain the content of these accounts in two different ways:
2626
* On-chain programs should pass these accounts to the instructions that require price feeds.
2727
* Off-chain programs can access these accounts using the Solana RPC client (as in the [eth price example program](examples/eth_price.rs)).
2828

29-
The pyth.network website can be used to identify the public keys of each price feed's price account (e.g., [Crypto.BTC/USD accounts](https://pyth.network/developers/price-feed-ids#solana-mainnet-beta)).
29+
The [pyth.network](https://pyth.network/developers/price-feed-ids#solana-mainnet-beta) website can be used to identify the public keys of each price feed's price account (e.g. Crypto.BTC/USD).
3030

3131
### On-chain
3232

0 commit comments

Comments
 (0)