Skip to content

Commit cf5fe85

Browse files
devin-ai-integration[bot]aditya@dourolabs.xyz
authored andcommitted
fix(developer-hub): fix dead links and update navigation text on troubleshoot page
Co-Authored-By: [email protected] <[email protected]>
1 parent 514f58f commit cf5fe85

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

apps/developer-hub/content/docs/price-feeds/core/troubleshoot/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ slug: /price-feeds/core/troubleshoot
77
The following guide helps users integrating Pyth price feeds resolve the most common issues they may encounter.
88
Select the component where you are facing problems to review targeted troubleshooting steps.
99

10-
- [EVM Price Feeds Contract](./evm)
11-
- [SVM Price Feeds Contract](./svm)
10+
- [EVM Price Feeds Contract](/price-feeds/core/troubleshoot/evm)
11+
- [Solana Price Feeds Contract](/price-feeds/core/troubleshoot/svm)
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"pages": ["evm", "svm"]
2+
"pages": [
3+
"[EVM Price Feeds Contract](/price-feeds/core/troubleshoot/evm)",
4+
"[Solana Price Feeds Contract](/price-feeds/core/troubleshoot/svm)"
5+
]
36
}

0 commit comments

Comments
 (0)