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,
|
DiagnosticSeverity.Error,
|
||||||
isEnabledByDefault: true,
|
isEnabledByDefault: true,
|
||||||
description,
|
description,
|
||||||
helpLinkUri: string.Format(_helpLinkFormat, "GD1003")),
|
helpLinkUri: string.Format(_helpLinkFormat, "GD0103")),
|
||||||
location,
|
location,
|
||||||
location?.SourceTree?.FilePath));
|
location?.SourceTree?.FilePath));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user