Skip to content

Commit 1de396e

Browse files
authored
Update link to sample (#23976)
1 parent 8ddaf26 commit 1de396e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/csharp/tutorials/console-webapiclient.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The tutorial shows how to:
1616
> * Deserialize JSON responses.
1717
> * Configure deserialization with attributes.
1818
19-
If you prefer to follow along with the [final sample](https://github.com/dotnet/samples/tree/main/csharp/getting-started/console-webapiclient) for this tutorial, you can download it. For download instructions, see [Samples and Tutorials](../../samples-and-tutorials/index.md#view-and-download-samples).
19+
If you prefer to follow along with the [final sample](/samples/dotnet/samples/console-webapiclient/) for this tutorial, you can download it. For download instructions, see [Samples and Tutorials](../../samples-and-tutorials/index.md#view-and-download-samples).
2020

2121
## Prerequisites
2222

@@ -350,6 +350,6 @@ again:
350350

351351
## Next steps
352352

353-
In this tutorial, you created an app that makes web requests and parses the results. Your version of the app should now match the [finished sample](https://github.com/dotnet/samples/tree/main/csharp/getting-started/console-webapiclient).
353+
In this tutorial, you created an app that makes web requests and parses the results. Your version of the app should now match the [finished sample](/samples/dotnet/samples/console-webapiclient/).
354354

355355
Learn more about how to configure JSON serialization in [How to serialize and deserialize (marshal and unmarshal) JSON in .NET](../../standard/serialization/system-text-json-how-to.md).

0 commit comments

Comments
 (0)