diff --git a/pages/price-feeds/use-real-time-data/solana.mdx b/pages/price-feeds/use-real-time-data/solana.mdx index d027e4fb..93cb0234 100644 --- a/pages/price-feeds/use-real-time-data/solana.mdx +++ b/pages/price-feeds/use-real-time-data/solana.mdx @@ -228,4 +228,4 @@ You may find these additional resources helpful for developing your Solana appli ### Example application -The [Solana example application](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/solana/examples/send_usd) is an end-to-end application that uses Pyth Network prices on the Solana blockchain and in a frontend. +The [Solana example application](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/solana/send_usd) is an end-to-end application that uses Pyth Network prices on the Solana blockchain and in a frontend.