Skip to content

Commit

Permalink
update help link for rules
Browse files Browse the repository at this point in the history
  • Loading branch information
j0shuams committed Jan 22, 2021
1 parent 0e9c04d commit f96ab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Authoring/WinRT.SourceGenerator/WinRTRules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private static DiagnosticDescriptor MakeRule(string id, string title, string mes
category: "Usage",
defaultSeverity: DiagnosticSeverity.Error,
isEnabledByDefault: true,
helpLinkUri: "https://docs.microsoft.com/en-us/previous-versions/hh977010(v=vs.110)");
helpLinkUri: "https://github.com/microsoft/CsWinRT/tree/master/src/Authoring/WinRT.SourceGenerator/AnalyzerReleases.Unshipped.md");
}

public static DiagnosticDescriptor PrivateGetterRule = MakeRule(
Expand Down

0 comments on commit f96ab51

Please sign in to comment.