Fix broken internal links to API reference pages#28
Open
mintlify[bot] wants to merge 2 commits into
Open
Conversation
Mintlify-Source: dashboard-editor
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mint broken-linksreported 15 broken internal links across 5 files. All pointed to non-existent/api-reference/paths. Each was remapped to the correct existing page.After fixes, both
mint validate(no link-related errors) andmint broken-linkspass cleanly.Broken links fixed
concepts/balances.mdx/api-reference/deposits/get-deposit-address/api-reference/account-wallet/get-cryptocurrency-deposit-addressguides/broker-guide.mdx/api-reference/sub-accounts/create/api-reference/sub-accounts/create-sub-accountguides/broker-guide.mdx/api-reference/sub-accounts/transfer/api-reference/sub-accounts/sub-account-transferguides/integration-paths.mdx/api-reference/spot-trading/kill-switch(x2)/api-reference/spot-trading/sync-kill-switch-timerguides/payment-integration.mdx/api-reference/deposits/get-deposit-address(x2)/api-reference/account-wallet/get-cryptocurrency-deposit-addressguides/payment-integration.mdx/api-reference/deposits/refund-deposit/api-reference/account-wallet/refund-depositguides/payment-integration.mdx/api-reference/deposits/fiat-deposit-url/api-reference/account-wallet/get-fiat-deposit-addressguides/payment-integration.mdx/api-reference/withdrawals/create-withdraw(x4)/api-reference/account-wallet/create-withdraw-requestplatform/webhook.mdx/api-reference/account-wallet/get-deposit-historyand/api-reference/account-wallet/get-withdrawal-history/api-reference/account-wallet/get-deposit-withdraw-history(single endpoint covering both)Validation
mint broken-links→ success, no broken links foundmint validate→ no link-related errors (pre-existingreactimport warnings in/snippets/*.jsxare unrelated)