Fix broken links - #317
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
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-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.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).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.Context
Anchor slugs were verified against the rendered site (Mintlify converts
.and other punctuation to-, keeps underscores).mint validateandmint broken-linksboth pass.