Skip to content

Commit 7c6df18

Browse files
committed
change image paths
1 parent a543a49 commit 7c6df18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

blog-posts/en/dotnet-aspire-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ builder.Build().Run();
148148

149149
For the first run, .NET Aspire will ask you to login to Dashboard. You will need a token to login. You can find this token in the logs when you run the AppHost project as shown below;
150150

151-
![.NET Aspire Dashboard Login](./images/Blog/dotnet-aspire-dashboard-login.jpg)
151+
![.NET Aspire Dashboard Login](/images/Blog/dotnet-aspire-dashboard-login.jpg)
152152

153153
### View Dashboard
154154
After making all these changes, if we run the `ZeroAspireSample.AppHost` project, we will see a dashboard similar to the one below;
155155

156156

157-
![.NET Aspire Dashboard First State](./images/Blog/dotnet-aspire-dashboard-first-state.jpg)
157+
![.NET Aspire Dashboard First State](/images/Blog/dotnet-aspire-dashboard-first-state.jpg)
158158

159159
.NET Aspire will run the SQL Server, will migrate the database by running the Migrator project and then will run the web projects. Finally, you should see a dashboard like this;
160160

161-
![.NET Aspire Dashboard Last State](./images/Blog/dotnet-aspire-dashboard-last-state.jpg)
161+
![.NET Aspire Dashboard Last State](/images/Blog/dotnet-aspire-dashboard-last-state.jpg)
162162

0 commit comments

Comments
 (0)