Skip to content

Fix dead links in AnalyzerReleases.*.md files #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Jul 22, 2025

Updated broken GitHub links in the AnalyzerReleases documentation files that were pointing to the old dotnet/roslyn-analyzers repository location.

Changes Made

Fixed dead links in both:

  • IntelliTect.Analyzer/IntelliTect.Analyzer/AnalyzerReleases.Shipped.md
  • IntelliTect.Analyzer/IntelliTect.Analyzer/AnalyzerReleases.Unshipped.md

Before

; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md

After

; https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md

The links now point to the correct location in the dotnet/roslyn repository where the ReleaseTrackingAnalyzers.Help.md file is currently maintained, as referenced in dotnet/roslyn-analyzers#7631.

Fixes #364.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Dead link in AnalyzerReleases.*.md Fix dead links in AnalyzerReleases.*.md files Jul 22, 2025
@Copilot Copilot AI requested a review from ascott18 July 22, 2025 16:09
Copilot finished work on behalf of ascott18 July 22, 2025 16:09
@ascott18 ascott18 marked this pull request as ready for review July 22, 2025 16:12
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.

Dead link in AnalyzerReleases.*.md
2 participants