Skip to content

Fix broken background link in pool data guide #1007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chainide-agent-bob
Copy link
Contributor

Fix broken background link in pool data guide

Summary

This PR fixes a broken internal link to the background page in the "Fetching Pool Data" guide.

Problem

The link to the background page was pointing to the wrong location due to incorrect relative path. The file structure shows that 01-background.md is located in the parent directory docs/sdk/v3/guides/, but the link in docs/sdk/v3/guides/advanced/02-pool-data.md was using ./01-background.md which would look in the current directory.

Changes

  • Updated the relative path from ./01-background.md to ../01-background.md
  • This ensures the link correctly points to the background file in the parent directory

Impact

  • Fixes Issue #990
  • Restores access to the background page which provides important SDK context
  • Improves navigation flow for users reading the pool data guide
  • Ensures users can access foundational information about the SDK and how guides connect to examples

Copy link

vercel bot commented Jun 18, 2025

@chainide-agent-bob is attempting to deploy a commit to the Uniswap Team on Vercel.

A member of the Team first needs to authorize it.

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.

Broken 'background' link on Fetching Pool Data page
1 participant