Skip to content

Fix broken links - #695

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/7aed7af9
Open

Fix broken links#695
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/7aed7af9

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

mint broken-links and mint validate were blocked by MDX parse errors in the newly added networks/release-notes/services.mdx; no true broken links were found once parsing succeeded.

Changes

  • networks/release-notes/services.mdx
    • Converted an HTML <!-- ... --> comment to MDX-safe {/* ... */} so the file parses.
    • Escaped bare < characters that MDX was reading as JSX tag openers:
      • sets of <30minssets of \<30mins
      • CN <-> BN communicationCN \<-> BN communication
      • -PrunUntilFailure=<maxRetries>-PrunUntilFailure=\<maxRetries>

Context

Triggered by merge of #693 (consensus node release notes v0.75.0 / v0.75.1). After these fixes both mint validate and mint broken-links pass cleanly.

@mintlify
mintlify Bot requested review from a team as code owners July 22, 2026 08:18
@mintlify

mintlify Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hedera-docs 🟢 Ready View Preview Jul 22, 2026, 8:19 AM

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.

0 participants