Skip to content

Fix broken link and missing nav page reference#2998

Open
mintlify[bot] wants to merge 1 commit intomasterfrom
mintlify/fix-broken-links-1775722159
Open

Fix broken link and missing nav page reference#2998
mintlify[bot] wants to merge 1 commit intomasterfrom
mintlify/fix-broken-links-1775722159

Conversation

@mintlify
Copy link
Copy Markdown

@mintlify mintlify bot commented Apr 9, 2026

Summary

Two issues found and fixed:

1. Broken link in data-infrastructure/big-query.mdx

  • Link: ../getting-started/basics
  • Problem: The page getting-started/basics does not exist. Also used a relative path (../) instead of a root-relative path.
  • Fix: Changed to /getting-started/what-is-near, which is the current equivalent overview page for the NEAR protocol. Also converted the adjacent link (Near Data flow) to use a root-relative path.

2. Missing nav entry in docs.json

  • Reference: protocol/transactions (line 132)
  • Problem: protocol/transactions.mdx does not exist. The content lives in protocol/transactions/index.mdx, but Mintlify's validate tool does not resolve the bare folder path to the index file.
  • Fix: Changed nav entry from protocol/transactions to protocol/transactions/index.

Validation

Both mint validate and mint broken-links pass after these changes.

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

Labels

None yet

Projects

Status: NEW❗

Development

Successfully merging this pull request may close these issues.

0 participants