From e94dab848159a92f66917ca24fc1a103e3d38e46 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:27:06 -1000 Subject: [PATCH] Update parameter-binding.md (#27877) --- .../fundamentals/minimal-apis/includes/parameter-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/minimal-apis/includes/parameter-binding.md b/aspnetcore/fundamentals/minimal-apis/includes/parameter-binding.md index c6246c7886..1ceaa42c6c 100644 --- a/aspnetcore/fundamentals/minimal-apis/includes/parameter-binding.md +++ b/aspnetcore/fundamentals/minimal-apis/includes/parameter-binding.md @@ -241,7 +241,7 @@ The following [`record`](/dotnet/csharp/language-reference/builtin-types/record) Using a `struct` with `AsParameters` can be more performant than using a `record` type. -The [complete sample code](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/~/fundamentals/minimal-apis/samples/arg-lists) in the [AspNetCore.Docs.Samples](https://github.com/dotnet/AspNetCore.Docs.Samples) repository. +The [complete sample code](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/minimal-apis/samples/arg-lists) in the [AspNetCore.Docs.Samples](https://github.com/dotnet/AspNetCore.Docs.Samples) repository. ### Custom Binding