diff --git a/pages/price-feeds/core/use-real-time-data.mdx b/pages/price-feeds/core/use-real-time-data.mdx index 7466d7c6..51b38c6e 100644 --- a/pages/price-feeds/core/use-real-time-data.mdx +++ b/pages/price-feeds/core/use-real-time-data.mdx @@ -51,6 +51,6 @@ Pyth price feeds can also be used in off-chain applications. For example, an application may need to show real-time asset prices on a website. Developers building such applications can consult the following guide: -- [Off-chain Apps](use-real-time-data/off-chain.md) +- [Off-chain Apps](fetch-price-updates) To fetch historical prices, application developers can check out the [Use Historic Price Data](use-historic-price-data) guide.