We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e5cc9 commit e6b25b7Copy full SHA for e6b25b7
src/CSharpIsNullAnalyzer/Utils.cs
@@ -15,7 +15,7 @@ internal static class Utils
15
/// <returns>The URL for the analyzer's documentation.</returns>
16
internal static string GetHelpLink(string analyzerId)
17
{
18
- return $"https://github.com/aarnott/CSharpIsNullAnalyzer/blob/main/doc/analyzers/{analyzerId}.md";
+ return $"https://github.com/AArnott/CSharpIsNull/blob/main/doc/analyzers/{analyzerId}.md";
19
}
20
21
0 commit comments