Fix broken internal docs links#1
Merged
mintlify[bot] merged 1 commit intoMay 11, 2026
Merged
Conversation
Generated-By: mintlify-agent
0b5f046
into
phase-14-worker-identity-hardening
13 checks passed
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 20 broken links across 6 docs files. Mintlify resolves page links by absolute path without file extensions, so relative.mdlinks and references to files outsidedocs/were not resolving. This PR converts all broken internal links to Mintlify-style absolute paths and updates external-repo references to GitHub URLs.After the fix, both
mint validateandmint broken-linkspass with no errors.Broken links found and fixes applied
docs/admin-control-plane.md[security-governance.md](security-governance.md)→[security-governance](/docs/security-governance)docs/deployment.md[admin-control-plane.md](admin-control-plane.md)→[admin-control-plane](/docs/admin-control-plane)[security-governance.md](security-governance.md)→[security-governance](/docs/security-governance)[runtime-conformance.md](runtime-conformance.md)→[runtime-conformance](/docs/runtime-conformance)docs/production-readiness.md[public-support-matrix.md](public-support-matrix.md)→[public-support-matrix](/docs/public-support-matrix)[worker-rpc-contract.md](worker-rpc-contract.md)→[worker-rpc-contract](/docs/worker-rpc-contract)docs/public-support-matrix.md[releasing.md](releasing.md)→[releasing](/docs/releasing)[deployment.md](deployment.md)→[deployment](/docs/deployment)[deployment.md#upgrade-rehearsal-and-rollback](deployment.md#upgrade-rehearsal-and-rollback)→[deployment#upgrades](/docs/deployment#upgrades)— no#upgrade-rehearsal-and-rollbackheading exists indeployment.md; the closest existing section is## Upgrades(line 157), so the anchor was pointed there.[runtime-certification.md](runtime-certification.md)→[runtime-certification](/docs/runtime-certification)[runtime-conformance.md](runtime-conformance.md)→[runtime-conformance](/docs/runtime-conformance)[security-governance.md](security-governance.md)→[security-governance](/docs/security-governance)[deployment.md#support-bundles](deployment.md#support-bundles)→[deployment#support-bundles](/docs/deployment#support-bundles)docs/rest-api.md[swagger.yaml](swagger.yaml)and[swagger.json](swagger.json)→ GitHub raw paths underStacyOS/stacyvm/blob/main/docs/. These spec files live indocs/but are not Mintlify pages, so they cannot be linked as internal docs.[admin-control-plane.md](admin-control-plane.md)→[admin-control-plane](/docs/admin-control-plane)[`web/src/`](../web/src/)→https://github.com/StacyOS/stacyvm/tree/main/web/src— theweb/directory is outsidedocs/and cannot be linked as a doc page.[Python](../sdk/python/README.md)→[Python](/docs/sdks/python)[TypeScript](../sdk/js/README.md)→[TypeScript](/docs/sdks/typescript)docs/worker-rpc-contract.md[cluster-conformance.md](cluster-conformance.md)→[cluster-conformance](/docs/cluster-conformance)Notes
#upgrade-rehearsal-and-rollbackanchor onpublic-support-matrix.mddid not exist indeployment.md. I used the existing#upgradessection as the closest semantic replacement; if a dedicated rehearsal/rollback section is intended, please add it todeployment.mdand update this anchor./docs/sdks/python,/docs/sdks/typescript).mint validatestill emits unrelated parsing warnings aboutimages/evm/frontend/AGENTS.mdand atsconfigsnippet; those are outside the scope of this link-fix task.