From 9913febf2958e3519c430fe725418cf16a29eb00 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:09:39 +0000 Subject: [PATCH] Fix broken link to off-chain applications Update link from use-real-time-data/off-chain.md to fetch-price-updates to point to the correct documentation page. Co-Authored-By: aditya@dourolabs.xyz --- pages/price-feeds/core/use-real-time-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.