Skip to content

Clean up markdown-link-check warnings#1395

Open
jeffhandley wants to merge 1 commit intomodelcontextprotocol:mainfrom
jeffhandley:jeffhandley/markdown-link-check
Open

Clean up markdown-link-check warnings#1395
jeffhandley wants to merge 1 commit intomodelcontextprotocol:mainfrom
jeffhandley:jeffhandley/markdown-link-check

Conversation

@jeffhandley
Copy link
Collaborator

@jeffhandley jeffhandley commented Feb 27, 2026

  • Remove stale ignore rules for anthropic.com and hackerone.com
  • Add ignore rule for DocFX xref: links that mlc cannot check
  • Add redirect suppression for learn.microsoft.com locale redirects
  • Add redirect suppression for modelcontextprotocol.io homepage redirects
  • Update RFC URLs from tools.ietf.org to datatracker.ietf.org
  • Update GitHub Pages URLs to csharp.sdk.modelcontextprotocol.io custom domain
  • Fix GitHub org projects URL to include query parameter
  • Add <!-- mlc-disable-next-line --> comments for DocFX admonitions
  • Escape [Description] as inline code in list-of-diagnostics.md
  • Reformat args to multi-line with descriptive comments
2026-02-27T05:00:54.7933150Z Result (270 links):
2026-02-27T05:00:54.7933410Z 
2026-02-27T05:00:54.7933557Z OK       105
2026-02-27T05:00:54.7933927Z Skipped  165
2026-02-27T05:00:54.7934285Z Warnings 0
2026-02-27T05:00:54.7934596Z Errors   0

- Remove stale ignore rules for anthropic.com and hackerone.com
- Add ignore rule for DocFX xref: links that mlc cannot check
- Add redirect suppression for learn.microsoft.com locale redirects
- Add redirect suppression for modelcontextprotocol.io homepage redirects
- Update RFC URLs from tools.ietf.org to datatracker.ietf.org
- Update GitHub Pages URLs to csharp.sdk.modelcontextprotocol.io custom domain
- Fix GitHub org projects URL to include query parameter
- Add mlc-disable-next-line comments for DocFX admonitions
- Escape [Description] as inline code in list-of-diagnostics.md
- Reformat args to multi-line with descriptive comments

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
args: >-
--ignore-links "xref:*"
--ignore-links "*samples/*?name=snippet_*"
--do-not-warn-for-redirect-to "https://learn.microsoft.com/en-us/*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how the locale redirects work... will it always resolve to en-us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants