Fix empty Markdown links in system metrics reference - #3206
Merged
Merged
Conversation
The Disk Out and Network Received descriptions cross-reference Disk In and Network Sent with empty link targets, which the link checker flags as errors in the localized copies (fr/ja/ko) of this page. Point both links at the corresponding in-page anchors. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ngrayluna
approved these changes
Sep 10, 2026
Contributor
Readability impactWord-weighted Flesch-Kincaid grade change across 1 changed page: +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. |
mdlinville
enabled auto-merge (squash)
September 10, 2026 17:46
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Preview: https://wb-21fd5541-fix-system-metrics-empty-anchors.mintlify.site |
This branch was successfully deployed
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.
Description
models/ref/python/experiments/system-metrics.mdxcontains two Markdown links with empty targets:Similar to [Disk In]()Similar to [Network Sent]()Both now point at the corresponding in-page anchors (
#disk-in,#network-sent).Although the page lives under
models/ref/, it is maintained by hand rather than generated from SDK docstrings, so the fix belongs here in the.mdx.Fixing the English source lets the correction flow through the localization pipeline to the
fr,ja, andkocopies, where the link checker currently reports the errors:Reported in #3168 (comment).
Testing
Text-only link target change; no build or behavior impact beyond the two links now resolving.
🤖 Generated with Claude Code