소스 검색

fix: use correct number in GD0103 link

(cherry picked from commit a2b183067c6e218146e51110477ab4300076e30e)
Mikael Klasson 1 년 전
부모
커밋
bbc90d8c8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Common.cs

+ 1 - 1
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));
         }