Skip to content

Commit

Permalink
fix: change rules-specification repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent314 committed Dec 11, 2024
1 parent e2b83d5 commit a47a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EcoCode.Core/Models/Rule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ public static class Ids
/// <returns>The diagnostic descriptor.</returns>
public static DiagnosticDescriptor CreateDescriptor(string id, string title, string message, string category, DiagnosticSeverity severity, string description) =>
new(id, title, message, category, severity, isEnabledByDefault: true, description, helpLinkUri:
$"https://github.com/green-code-initiative/ecoCode/blob/main/ecocode-rules-specifications/src/main/rules/{id}/csharp/{id}.asciidoc");
$"https://github.com/green-code-initiative/creedengo-rules-specifications/blob/main/src/main/rules/{id}/csharp/{id}.asciidoc");
}

0 comments on commit a47a99e

Please sign in to comment.