Skip to content

Commit a0c8624

Browse files
Apply suggestion from @eiriktsarpalis
1 parent 45bb3f0 commit a0c8624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/progress/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The MCP C# SDK will automatically handle progress notifications and report them
6363
This notification handler will only receive progress updates for the specific request that was made,
6464
rather than all progress notifications from the server.
6565

66-
[Progress`<T>`]: https://learn.microsoft.com/dotnet/api/system.progress-1
66+
[Progress`<T>`]: [System.Progress<T>](https://learn.microsoft.com/dotnet/api/system.progress-1>
6767
[ProgressNotificationValue]: xref:ModelContextProtocol.ProgressNotificationValue
6868

6969
[!code-csharp[](samples/client/Program.cs?name=snippet_ProgressHandler)]

0 commit comments

Comments
 (0)