fix: use correct number in GD0103 link
This commit is contained in:
parent
13a0d6e9b2
commit
a2b183067c
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue