1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

fix: use correct number in GD0103 link

(cherry picked from commit a2b183067c)
This commit is contained in:
Mikael Klasson
2023-12-27 20:30:59 +09:00
committed by Rémi Verschelde
parent 89a614c380
commit bbc90d8c8a

View File

@@ -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));
}