Skip to content

Commit 039b59e

Browse files
author
Cam Soper
committed
fix warnings
1 parent c2cbc7b commit 039b59e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

learn-pr/aspnetcore/create-aspire-applications/includes/exercise-create-new-aspire-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Now that the prerequisites are installed, let's create a new app.
225225
226226
The dashboard opens in your default web browser.
227227
228-
:::image type="content" source="../media-starter-app-dashboard.png" alt-text="A screenshot of the Aspire dashboard showing the Blazor App and API services." lightbox="../media-starter-app-dashboard.png":::
228+
:::image type="content" source="../media/aspire-starter-app-dashboard.png" alt-text="A screenshot of the Aspire dashboard showing the Blazor App and API services." lightbox="../media-starter-app-dashboard.png":::
229229
230230
Select the **webfrontend** endpoint URL. The port is randomly assigned so your dashboard might not match.
231231

learn-pr/aspnetcore/create-aspire-applications/includes/how-add-orchestration-existing-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The first time you add orchestration to your solution a dialog asks for the proj
3737

3838
If you're creating a new project, during the new project workflow, Visual Studio asks if you want to enlist in .NET Aspire orchestration.
3939

40-
:::image type="content" source="../media-enlist-orchestration.png" alt-text="A screenshot of the new project workflow showing the Enlist in Aspire orchestration option highlighted.":::
40+
:::image type="content" source="../media/aspire-enlist-orchestration.png" alt-text="A screenshot of the new project workflow showing the Enlist in Aspire orchestration option highlighted.":::
4141

4242
## Changes Aspire makes to an existing solution
4343

learn-pr/aspnetcore/improve-performance-cache-aspire/includes/3-redis-distributed-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dotnet add package Aspire.StackExchange.Redis.DistributedCache --prerelease
4545

4646
Again, you can alternatively choose to use the NuGet package manager to install the integration:
4747

48-
:::image type="content" source="../media/install-caching-integration.png" lightbox="../media/install-caching-integration.png" alt-text="Screenshot showing the NuGet package manager in Visual Studio displaying .NET Aspire Redis caching integrations.":::
48+
:::image type="content" source="../media/install-caching-component.png" lightbox="../media/install-caching-component.png" alt-text="Screenshot showing the NuGet package manager in Visual Studio displaying .NET Aspire Redis caching integrations.":::
4949

5050
## Using a distributed cache
5151

learn-pr/aspnetcore/introduction-dotnet-aspire/3-learn-about-components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.introduction-dotnet-aspire.learn-about-integrations
2+
uid: learn.introduction-dotnet-aspire.learn-about-components
33
title: Learn about .NET Aspire integrations
44
metadata:
55
title: Learn about .NET Aspire integrations
@@ -11,4 +11,4 @@ metadata:
1111
ms.custom: devx-track-dotnet
1212
durationInMinutes: 10
1313
content: |
14-
[!include[](includes/3-learn-about-integrations.md)]
14+
[!include[](includes/3-learn-about-components.md)]

learn-pr/aspnetcore/introduction-dotnet-aspire/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subjects:
3737
units:
3838
- learn.introduction-dotnet-aspire.introduction
3939
- learn.introduction-dotnet-aspire.what
40-
- learn.introduction-dotnet-aspire.learn-about-integrations
40+
- learn.introduction-dotnet-aspire.learn-about-components
4141
- learn.introduction-dotnet-aspire.learn-about-tools
4242
- learn.introduction-dotnet-aspire.exercise-use-eshop
4343
- learn.introduction-dotnet-aspire.knowledge-check

0 commit comments

Comments
 (0)