Fix broken links#52951
Merged
gewarren merged 2 commits intodotnet:mainfrom Apr 9, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses broken/outdated external links and corrects Markdown formatting so content renders as intended, contributing to repo hygiene work in #50869.
Changes:
- Update Tech Community forum links in landing pages to the current Tech Community .NET category URL.
- Fix outdated external links (IronLanguages DLR docs path, DevIQ pages, Windows VBS key protection) to working destinations.
- Correct Markdown formatting for lists and tables (convert accidentally indented “code block” lists/tables into proper Markdown).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/whats-new/index.yml | Updates Tech Community forums URL on the “What’s new” landing page. |
| docs/fundamentals/index.yml | Updates Tech Community forums URL on the Fundamentals landing page. |
| docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md | Fixes GitHub link path casing for DLR documentation. |
| docs/core/whats-new/dotnet-9/libraries.md | Replaces an external blog link with a Learn URL for VBS key protection. |
| docs/core/testing/unit-testing-best-practices.md | Updates DevIQ “Explicit Dependencies Principle” link to its new location. |
| docs/core/testing/index.md | Updates DevIQ “TDD” link to its new location. |
| docs/machine-learning/resources/metrics.md | Fixes Markdown table indentation/formatting so tables render correctly. |
| docs/ai/get-started-app-chat-template.md | Fixes Markdown list formatting and updates Tech Community blog links. |
gewarren
commented
Apr 8, 2026
gewarren
commented
Apr 8, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Contributes to #50869
Internal previews