From d07edf85c018ff751af79a92586db570c9b3ca05 Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Thu, 31 Oct 2024 15:57:29 +0900 Subject: [PATCH] fix broken link --- pages/price-feeds/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/getting-started.mdx b/pages/price-feeds/getting-started.mdx index 97b42825..f174d670 100644 --- a/pages/price-feeds/getting-started.mdx +++ b/pages/price-feeds/getting-started.mdx @@ -16,7 +16,7 @@ Developers interested in using Pyth can refer to the following resources: In addition to the resources above, the following reference materials will be useful for developers as they integrate: -- [Price Feed IDs](./price-feed-ids.mdx) lists the price feed IDs for all the assets supported by Pyth. +- [Price Feed IDs](https://www.pyth.network/developers/price-feed-ids) lists the price feed IDs for all the assets supported by Pyth. - [Contract Addresses](./contract-addresses/) provides the contract addresses for Pyth on different chains. - [Error Codes](./error-codes.mdx) lists the error codes that can be returned by the Pyth contracts. - [Best Practices](./best-practices.mdx) explains how to use Pyth price feeds safely and effectively in your application.