From a6647883aa5b9157ddbe72b3ee7cdbdca6ae17ef Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 24 Jun 2024 08:49:28 -0400 Subject: [PATCH] fix link --- pages/price-feeds/use-real-time-data/solana.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.