Fix broken links - #3157
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
Updated 2026-08-31 13:27:34 UTC for deployment · 7fab7ef. |
Contributor
Knowledgebase navigation update
Generator warnings
|
Contributor
Readability impactWord-weighted Flesch-Kincaid grade change across 46 changed pages: +0.0 (unchanged). Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR. Human readability
AI agent comprehensionRated 0-3 (higher is easier for an agent to parse and act on).
Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4. |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Preview: https://wb-21fd5541-mintlify-f1d927ae.mintlify.site/aria/overview |
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-linkspassed, but an anchor-level audit of pages changed between 2026-08-24 and 2026-08-31 (and pages linking into them) found ~110 links pointing to headings that don't exist. This PR repairs them; anchor formats were verified against the rendered docs.Changes
/models/ref/python/experiments/run,.../artifact, and/models/ref/python/public-api/api|runused stale or malformed anchors (#define_metric,#method-runlog,#method-artifactdownload,#property-run-group, etc.). Updated to the rendered anchor format (#method-run-define_metric,#method-run-log,#method-artifact-download,#property-group, ...) across ~35 pages. Also fixed a malformed pathrun.md/#method-runloginmodels/app/features/panels.mdx.models/app/features/panels.mdxremoved the#quick-addtarget. Updated links and link text inpanels.mdx,models/track/limits.mdx, and a support article to#quick-panel-builder./aria/autoresearch#run-experiments-with-w&b-launchpointed to a heading that never existed; now targets#set-up-wb-launch-with-aria.#unique-run-identifiers,#autogenerated-run-ids, and#find-and-customize-a-runs-id-or-namedon't exist on/models/runs/run-identifiers; retargeted to#run-id,#create-a-custom-run-id, and#find-a-runs-id.#log-documents,#log-html), Playground, tracing,dataset.add_rows, filter-runs, and line plot pages; dropped anchors that have no equivalent heading (link to page top instead).#media-panels→#media-browser-modal), Object3Dfrom_*links now point to/models/ref/python/data-types/object3d, registry self-links, artifact TTL/save anchors, external-files reference link.Notes
snippets/*/_includes/object-storage-configuration-intro.mdxlinks to/platform/hosting/iam/sso#system-console, which has no such section. The snippet is not imported by any page and the intended target is unclear (bucket configuration vs. SSO), so it was left unchanged rather than guessing.mint validateandmint broken-linksboth pass.