You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
fix: use correct number in GD0103 link
This commit is contained in:
@@ -146,7 +146,7 @@ namespace Godot.SourceGenerators
|
||||
DiagnosticSeverity.Error,
|
||||
isEnabledByDefault: true,
|
||||
description,
|
||||
helpLinkUri: string.Format(_helpLinkFormat, "GD1003")),
|
||||
helpLinkUri: string.Format(_helpLinkFormat, "GD0103")),
|
||||
location,
|
||||
location?.SourceTree?.FilePath));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user