Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Dec 1, 2025

Summary

Fixes a broken relative link to the Push Integration guide in the EVM pull integration documentation page.

The link path was ../../push-integration (going up two directory levels) but should be ../push-integration (going up one level), since push-integration.mdx is a sibling of the pull-integration/ directory.

Rationale

The broken link was reported in the #developer-hub Slack channel. Users clicking "Push Integration guide" on https://docs.pyth.network/price-feeds/core/use-real-time-data/pull-integration/evm were getting a 404.

How has this been tested?

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

Verified the correct path by examining the directory structure:

use-real-time-data/
├── pull-integration/
│   └── evm.mdx          ← this file
└── push-integration.mdx  ← target (one level up)

Link to Devin run: https://app.devin.ai/sessions/316a87f570384c0bb1989a77720f4ad2
Requested by: aditya@dourolabs.xyz

…l integration docs

Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>
@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 Dec 1, 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 Dec 1, 2025 10:12pm
developer-hub Ready Ready Preview Comment Dec 1, 2025 10:12pm
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Dec 1, 2025 10:12pm
entropy-explorer Skipped Skipped Dec 1, 2025 10:12pm
insights Skipped Skipped Dec 1, 2025 10:12pm
proposals Skipped Skipped Dec 1, 2025 10:12pm
staking Skipped Skipped Dec 1, 2025 10:12pm

@aditya520 aditya520 merged commit dbd11c5 into main Dec 1, 2025
8 checks passed
@aditya520 aditya520 deleted the devin/1764626775-fix-push-integration-link branch December 1, 2025 22:14
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.

2 participants