Fix broken links - #317
Merged
Merged
Fix broken links#317
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
TylerJang27
approved these changes
Sep 15, 2026
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-linksandmint validatepassed, but a deeper anchor audit found ~70 links pointing at anchors that no longer exist (mostly GitBook-style#id-N.-…anchors left over from migration, plus renamed headings and dead footnote refs). All are fixed and re-validated. A follow-up pass after the test collections launch (#330) fixed one more inbound link broken by the dashboard rewrite.Changes
#id-N.-…anchors rewritten to Mintlify slugs (e.g.#id-2.-customize-your-transformation→#2-customize-your-transformation) inflaky-tests/webhooks/*,flaky-tests/recipes/alert-on-test-escalation.mdx, andflaky-tests/reference/cli-reference.mdx.otherci#id-1.-store-a-trunk_token-secret-in-your-ci-system→otherci#trunk-organization-slug-and-token(old heading no longer exists). Re-applied on top of the test collections rewrite of these pages after merging main.detection#stable-branches→detection#branch-aware-detection(Bamboo, Cloud Build)failure-rate-monitor#branch-pattern-syntax→#branch-scope(pattern syntax lives under Branch Scope)linear-integration#api-token-permissions→#api-key-permissionsmanaging-your-organization#slug→#organization-slug-and-tokenbilling#free-plans-and-trials→#free-planquarantining#whats-affected→#what-does-quarantined-mean;#using-the-trunk-cli-directly→#updates-in-ciget-started#id-4.-confirm-your-configuration…→#step-3-verify-integrationgithub-integration#uploading-results/#what-is-a-.trunk-repository→#what-is-a-trunk-repositorywebhooks#testcaseinvestigationcompleted→#test_case-investigation_completedmerge-queue/getting-started#submit-pull-requests→/merge-queue/using-the-queue/reference#submitting-and-cancelling-pull-requests#commands→#run,#how-code-qualit-runs-linters→#how-code-quality-runs-linters,output-parsing#node/#python→../runtimes,run-linters#sample→#recipes,ansible-lint ../#trigger-rules→../configure-linters#trigger-rulesmerge#post-getmergequeuetestingdetails→merge/get-details-about-testing-that-merge-queue-is-performing,merge#post-submitpullrequest→merge/submit-a-pull-request-to-a-merge-queue,api-reference#post-flaky-tests-link-ticket-to-test-case→api-reference/link-a-ticket-to-a-test-case.billing.mdx(#user-content-fn-1, footnote never rendered) inlined as plain text; orphan footnote definition removed.parallel-queuespages: deadmerge-queue#single-mode-vs.-parallel-modeanchor →/merge-queue/optimizations/parallel-queues.advanced-settings.mdx: dropped dead#custom-merge-commit-titlesanchor (section only exists on the linking page itself); link now targets the Submit and cancel pull requests page.Follow-up: test collections launch (#330)
main(test collections pages published; framework pages rewritten). Conflicts resolved by keeping main's new collection-ID wording while re-applying theothercianchor fix.changelog/2026-04-15-flaky-tests-repositories-overview-dashboard.mdx:dashboard#repositories-overview→dashboard#repositories— the dashboard rewrite replaced theRepositories overviewheading with aRepositorieslegacy-view section underCollections overview.Context
Anchor slugs were verified against the rendered site (Mintlify converts
.and other punctuation to-, keeps underscores).mint validateandmint broken-linksboth pass.