From 4ef8dd8f25e3cfadc62dff239ae2954412951788 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:22:34 +0000 Subject: [PATCH 1/2] Fix broken EVM API reference link Changed relative link to absolute path to properly resolve to external API reference via redirect Co-Authored-By: Nidhi Singh --- pages/price-feeds/core/api-reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/core/api-reference.mdx b/pages/price-feeds/core/api-reference.mdx index 29ae3dcf..205f047b 100644 --- a/pages/price-feeds/core/api-reference.mdx +++ b/pages/price-feeds/core/api-reference.mdx @@ -6,7 +6,7 @@ The API reference is interactive, so developers can try out the APIs from the we The following on-chain contracts are documented in the API reference: -- [EVM](api-reference/evm) +- [EVM](/price-feeds/core/api-reference/evm) Hermes also has interactive API documentation hosted by the service itself: From eadeb51164f918c6ee09dfa2aa52edbb42dc3dbf 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:41:32 +0000 Subject: [PATCH 2/2] Update EVM link to point directly to external API reference Changed link to point directly to https://api-reference.pyth.network/price-feeds/evm/getPriceNoOlderThan as requested Co-Authored-By: Nidhi Singh --- pages/price-feeds/core/api-reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/core/api-reference.mdx b/pages/price-feeds/core/api-reference.mdx index 205f047b..38175270 100644 --- a/pages/price-feeds/core/api-reference.mdx +++ b/pages/price-feeds/core/api-reference.mdx @@ -6,7 +6,7 @@ The API reference is interactive, so developers can try out the APIs from the we The following on-chain contracts are documented in the API reference: -- [EVM](/price-feeds/core/api-reference/evm) +- [EVM](https://api-reference.pyth.network/price-feeds/evm/getPriceNoOlderThan) Hermes also has interactive API documentation hosted by the service itself: