Skip to content

Commit e6b25b7

Browse files
committed
Fix helplink
1 parent 56e5cc9 commit e6b25b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSharpIsNullAnalyzer/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal static class Utils
1515
/// <returns>The URL for the analyzer's documentation.</returns>
1616
internal static string GetHelpLink(string analyzerId)
1717
{
18-
return $"https://github.com/aarnott/CSharpIsNullAnalyzer/blob/main/doc/analyzers/{analyzerId}.md";
18+
return $"https://github.com/AArnott/CSharpIsNull/blob/main/doc/analyzers/{analyzerId}.md";
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)