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