Skip to content

Commit f595bb9

Browse files
committed
build fix
1 parent 9ceb19a commit f595bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fundamentals/persist-data-volumes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Persist data with .NET Aspire using volume mounts
3-
description: Learn about the .NET Aspire service defaults project.
3+
description: Learn about .NET Aspire volume configurations.
44
ms.date: 12/08/2023
55
ms.topic: how-to
66
---
@@ -69,5 +69,5 @@ Volumes are configured in the _Program.cs_ file in the **.AppHost** project of y
6969
You can apply the volume concepts in the preceding code to a variety of services, including seeding a database with data that will persist across app launches. Try combining these techniques with the resource implementations demonstrated in the following tutorials:
7070

7171
- [Tutorial: Connect an ASP.NET Core app to .NET Aspire storage components](../storage/azure-storage-components.md)
72-
- [Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core](../database/sql-server-components.md.md)
72+
- [Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core](../database/sql-server-components.md)
7373
- [.NET Aspire orchestration overview](../fundamentals/app-host-overview.md)

0 commit comments

Comments
 (0)