瀏覽代碼

Merge pull request #86592 from emklasson/fix_gd0103_link

Fix typo in GD0103 error link
Rémi Verschelde 1 年之前
父節點
當前提交
8a6debd71e
共有 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));
         }