Skip to content

Fix broken internal links across docs#27

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/fix-broken-links-1777853396
Open

Fix broken internal links across docs#27
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/fix-broken-links-1777853396

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 4, 2026

Summary

Ran mint broken-links and mint validate, then fixed all broken internal links found. Also fixed a syntax error in api-reference/authentication.mdx that was preventing the broken-links check from running at all.

After the fixes, mint broken-links reports no broken links.

Issues found and fixes applied

Parse blocker

File Issue Fix
api-reference/authentication.mdx (L122–124) Smart/curly quotes (‘ ’) inside a JSX columns={[...]} expression caused an acorn parse error and blocked the entire broken-links scan Replaced curly quotes with straight '

Broken links

All listed paths were referenced but did not exist. Replaced each with the actual file path under api-reference/.

File Broken link Fixed link
concepts/balances.mdx /api-reference/deposits/get-deposit-address /api-reference/account-wallet/get-cryptocurrency-deposit-address
guides/broker-guide.mdx /api-reference/sub-accounts/create /api-reference/sub-accounts/create-sub-account
guides/broker-guide.mdx /api-reference/sub-accounts/transfer /api-reference/sub-accounts/sub-account-transfer
guides/integration-paths.mdx (×2) /api-reference/spot-trading/kill-switch /api-reference/spot-trading/sync-kill-switch-timer
guides/payment-integration.mdx (×2) /api-reference/deposits/get-deposit-address /api-reference/account-wallet/get-cryptocurrency-deposit-address
guides/payment-integration.mdx (×4) /api-reference/withdrawals/create-withdraw /api-reference/account-wallet/create-withdraw-request
guides/payment-integration.mdx /api-reference/deposits/refund-deposit /api-reference/account-wallet/refund-deposit
guides/payment-integration.mdx /api-reference/deposits/fiat-deposit-url /api-reference/account-wallet/get-fiat-deposit-address
platform/webhook.mdx /api-reference/account-wallet/get-deposit-history and /api-reference/account-wallet/get-withdrawal-history (separate links) Combined into single link to /api-reference/account-wallet/get-deposit-withdraw-history (the actual combined endpoint)

Validation

  • mint broken-links: success — no broken links found
  • mint validate: still emits 5 pre-existing warnings about Invalid import path react in /snippets/*.jsx files, unrelated to this change

Notes

For the kill-switch link there were two candidate endpoints (status-kill-switch-timer and sync-kill-switch-timer). Used sync-kill-switch-timer because the surrounding text describes setting/resetting the timer as a circuit breaker, which matches POST /api/v4/order/kill-switch.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 4, 2026

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

Project Status Preview Updated (UTC)
whitebit 🟢 Ready View Preview May 4, 2026, 12:11 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