docs: fix dead links in docs/README.md - #11043
Open
Lux (liuliuliu0221) wants to merge 1 commit into
Open
Conversation
- Remove link to delta-with-MSTestV1.md, which was deleted in microsoft#1576; the learn.microsoft.com upgrade guide link already covers this topic - Point the releases link at Changelog.md, as releases.md was deleted in microsoft#1548 and its role was replaced by Changelog.md
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The documentation-only update has no unresolved issues.
Pull request overview
Fixes dead links in the documentation index.
Changes:
- Removes the obsolete MSTest V1 delta link.
- Redirects release history to
Changelog.md.
File summaries
| File | Description |
|---|---|
docs/README.md |
Removes and replaces stale documentation links. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Two files referenced in
docs/README.mdno longer exist:delta-with-MSTestV1.mdwas removed in Update README.md #1576 (the learn.microsoft.com "Upgrade from MSTestV1 to MSTestV2" guide already linked in this file covers the topic)releases.mdwas removed in Delete releases.md #1548 and replaced byChangelog.mdThis removes the stale entry and repoints the releases link at
Changelog.md. Docs-only change.