diff --git a/Roslyn-Analyzers-(third-party).md b/Roslyn-Analyzers-(third-party).md index 1aedb0c..ca215d4 100644 --- a/Roslyn-Analyzers-(third-party).md +++ b/Roslyn-Analyzers-(third-party).md @@ -28,7 +28,7 @@ As a reminder, the project files' include graph looks like: └─ ... (other ext. tools) ``` `/Common.props` enables the .NET Analyzers and StyleCop, and imports BizHawk.Analyzer and some third-party Analyzers. -See [Dependencies](Dependencies#main-solution) for the graph of every project in the main solution. +See [Dependencies](https://github.com/TASEmulators/BizHawk/wiki/Dependencies#main-solution) for the graph of every project in the main solution. You can tell the Analyzers are working if `;;` is flagged with "MA0037: Remove empty statement". > Note: All Analyzers *except StyleCop* should run by default. You can enable StyleCop with `-p:RunStyleCop=true`. @@ -44,4 +44,4 @@ The enabled Analyzers are: - `Roslynator.Analyzers`, [docs](https://josefpihrt.github.io/docs/roslynator/analyzers/) - `StyleCop.Analyzers`, [docs](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/tree/master/documentation) - `Microsoft.CodeAnalysis.BannedApiAnalyzers` (only enabled in main solution), [docs](https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md) -- [`BizHawk.Analyzer`](ExternalProjects/BizHawk.Analyzer) \ No newline at end of file +- [`BizHawk.Analyzer`](https://github.com/TASEmulators/BizHawk/tree/master/ExternalProjects/BizHawk.Analyzer) \ No newline at end of file