Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Fixed a broken link in the Pyth Pro product card on the developer hub homepage. The "Browse Supported Feeds" quick link was pointing to /price-feeds/pro/price-feeds-ids (with plural "feeds") but should point to /price-feeds/pro/price-feed-ids (singular "feed").

Rationale

The link was returning a 404 error because the URL path had an incorrect pluralization. The correct route uses price-feed-ids (singular), which is consistent with the same link used elsewhere in the homepage (line 88).

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

The change is a simple URL correction. The correct URL format was verified by checking its usage elsewhere in the same file.

Review Checklist

  • Verify that /price-feeds/pro/price-feed-ids is the correct route and the page loads successfully
  • Confirm no other instances of the incorrect URL /price-feeds/pro/price-feeds-ids exist in the codebase

Link to Devin run: https://app.devin.ai/sessions/a477de6d1e9a4ffd8c4067451553970e
Requested by: Jayant (@jayantk)

The link was pointing to /price-feeds/pro/price-feeds-ids but should point to /price-feeds/pro/price-feed-ids (singular 'feed' not plural 'feeds')

Co-Authored-By: Jayant <[email protected]>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
component-library Ready Ready Preview Comment Nov 20, 2025 5:43pm
developer-hub Ready Ready Preview Comment Nov 20, 2025 5:43pm
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Nov 20, 2025 5:43pm
entropy-explorer Skipped Skipped Nov 20, 2025 5:43pm
insights Skipped Skipped Nov 20, 2025 5:43pm
proposals Skipped Skipped Nov 20, 2025 5:43pm
staking Skipped Skipped Nov 20, 2025 5:43pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant