From 5d71a65d0d9e69207a785573f5c9d43cabaaf7e1 Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 27 May 2025 10:34:41 -0500 Subject: [PATCH] Fix new MD lint errror --- docs/whats-new/dotnet-aspire-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats-new/dotnet-aspire-9.md b/docs/whats-new/dotnet-aspire-9.md index a02935e025..fd9cf49dec 100644 --- a/docs/whats-new/dotnet-aspire-9.md +++ b/docs/whats-new/dotnet-aspire-9.md @@ -62,7 +62,7 @@ The display of resource details contains several improvements: - Configured container volumes are listed in resource details. -- .NET Aspire 9 adds support for health checks. Detailed information about these checks can now be viewed in the resource details pane, showing why a resource might be marked as unhealthy or degraded. Find out more about health checks [here](#resource-health-checks). +- .NET Aspire 9 adds support for health checks. Detailed information about these checks can now be viewed in the resource details pane, showing why a resource might be marked as unhealthy or degraded. For more information, see [Resource health check](#resource-health-checks). ### Colorful console log