Skip to content

Commit 3c3dcf1

Browse files
authored
Fix GitHub link in thread-safe calls documentation (#2127)
1 parent 1ebeea2 commit 3c3dcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet-desktop-guide/winforms/controls/how-to-make-thread-safe-calls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For async operations that need to run on the UI thread, use the async overload:
108108
:::code language="vb" source="snippets/how-to-make-thread-safe-calls/vb/FormInvokeAsync.vb" id="snippet_InvokeAsyncAdvanced":::
109109

110110
> [!NOTE]
111-
> If you're using Visual Basic, the previous code snippet used an extension method to convert a <xref:System.Threading.Tasks.ValueTask> to a <xref:System.Threading.Tasks.Task>. The extension method code is available on [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/winforms/forms/snippets/how-to-make-thread-safe-calls/vb/Extensions.vb).
111+
> If you're using Visual Basic, the previous code snippet used an extension method to convert a <xref:System.Threading.Tasks.ValueTask> to a <xref:System.Threading.Tasks.Task>. The extension method code is available on [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/winforms/controls/snippets/how-to-make-thread-safe-calls/vb/Extensions.vb).
112112
113113
## Example: Use the Control.Invoke method
114114

0 commit comments

Comments
 (0)