Fix broken links#223
Open
mintlify[bot] wants to merge 2 commits 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
Repairs 43 broken internal links across 23 files identified by
mint broken-links, keeping current and Legacy tabs pointed at their respective page trees.Changes
concepts/trust-score/{reliability,safety,security}.mdx:/scores/scenario→/concepts/evaluation-components/scenario,/scores/probe→/concepts/evaluation-components/probe.core-concepts/introduction.mdx—/core-concepts/components/introduction→/concepts/evaluation-components/introduction.legacy/core-concepts/components/*.mdx,legacy/core-concepts/introduction.mdx) — rewrote/core-concepts/components/*and/core-concepts/defense/guardlinks to their/legacy/core-concepts/components/*equivalents.legacy/owner-guide/protect-in-production/observability.mdx—/protect-agents/introduction→/legacy/protect-agents/introduction.legacy/references/glossary.mdx,legacy/tutorials/evaluate-agents/{custom-harnesses,evaluations,setup-evaluate}.mdx: updated to/legacy/core-concepts/components/{detector,harness};legacy/tutorials/evaluate-agents/reports.mdx:/assets/example_report.html→/legacy/assets/example_report.html.owner-guide/protect-in-production/deploying-dome.mdx: broken/protect-agents/introductioncard link now points to/developer-guide/protect/overview.references/glossary.mdxandtutorials/evaluate-agents/{custom-harnesses,evaluations,setup-evaluate}.mdx:/core-concepts/components/{detector,harness}→/concepts/evaluation-components/{detector,harness};tutorials/evaluate-agents/reports.mdx: asset link →/legacy/assets/example_report.html.tutorials/protect-agents/configuring-guardrails.mdx—/core-concepts/components/guardrail→/concepts/defense/guardrail;/protect-agents/detection-methods→/developer-guide/protect/detection-methods;/core-concepts/components/guard→/concepts/defense/guard.Context
Verified with
mint validateandmint broken-links— both now pass with zero broken links.