From a2b183067c6e218146e51110477ab4300076e30e Mon Sep 17 00:00:00 2001 From: Mikael Klasson <43577743+emklasson@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:30:59 +0900 Subject: [PATCH] fix: use correct number in GD0103 link --- .../mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Common.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Common.cs b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Common.cs index 147ef852b30..1113629fefc 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Common.cs +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Common.cs @@ -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)); }