From 6d8211c133ca05b28d63d9422b52a970db5aa5d8 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:29:41 -1000 Subject: [PATCH] Update index.md --- aspnetcore/fundamentals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/index.md b/aspnetcore/fundamentals/index.md index 1f0805ad77..29db9473f7 100644 --- a/aspnetcore/fundamentals/index.md +++ b/aspnetcore/fundamentals/index.md @@ -70,7 +70,7 @@ On startup, an ASP.NET Core app builds a *host*. The host encapsulates all of th There are three different hosts: -* [.NET WebApplication Host](xref:migration/50-to-60#new-hosting-model), also known as the Minimal Host. +* [.NET WebApplication Host](xref:migration/50-to-60#new-hosting-model), also known as the [Minimal Host](xref:fundamentals/minimal-apis/webapplication) * [.NET Generic Host](xref:fundamentals/host/generic-host) *