From 13ed4d0e0eac72610a791cd1b1d622a6d55084a0 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Thu, 10 Aug 2023 14:43:50 -0700 Subject: [PATCH] fix link --- aspnetcore/fundamentals/native-aot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/native-aot.md b/aspnetcore/fundamentals/native-aot.md index c96e532ec3..0e1eff0acd 100644 --- a/aspnetcore/fundamentals/native-aot.md +++ b/aspnetcore/fundamentals/native-aot.md @@ -84,7 +84,7 @@ Native AOT analysis includes all of the app's code and the libraries the app dep In .NET 8, native AOT is supported by the following ASP.NET Core app types: -* minimal APIs - For more information, see the [API template](#the-api-template) section later in this article. +* minimal APIs - For more information, see the [The Web API (native AOT) template](#the-web-api-native-aot-template) section later in this article. * gRPC - For more information, see [gRPC and native AOT](xref:grpc/native-aot). * Worker services - For more information, see [AOT in Worker Service templates](xref:fundamentals/host/hosted-services?view=aspnetcore-8.0&preserve-view=true#native-aot).