Skip to content

Commit 01d0ab7

Browse files
committed
updated the link for the images
1 parent 403bafe commit 01d0ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A production-ready full-stack application with Angular 19, .NET 9, and PostgreSQ
1717
---
1818

1919
<p align="center">
20-
<img src="clean-architecture-demo.gif" alt="Application Demo" width="700">
20+
<img src="/clean-architecture-docker-dotnet-angular/docs/clean-architecture-demo.gif" alt="Application Demo" width="700">
2121
</p>
2222

2323
A modern, full-stack contact management system built with Angular 19, .NET 9, and PostgreSQL following Clean Architecture principles. This project demonstrates how to structure enterprise applications for maintainability, testability, and scalability while providing a complete development workflow with Docker containerization.
@@ -71,7 +71,7 @@ That's it! Visit [http://localhost](http://localhost) in your browser.
7171
## 🏗️ System Architecture
7272

7373
<p align="center">
74-
<img src="architecture.png" alt="Architecture Diagram" width="700">
74+
<img src="/clean-architecture-docker-dotnet-angular/docs/architecture.png" alt="Architecture Diagram" width="700">
7575
</p>
7676

7777
### Container Architecture
@@ -86,7 +86,7 @@ The application is structured into multiple containers that work together:
8686
## 📐 Clean Architecture Explained
8787

8888
<p align="center">
89-
<img src="CleanArchitecture.png" alt="Clean Architecture Diagram" width="500">
89+
<img src="/clean-architecture-docker-dotnet-angular/docs/CleanArchitecture.png" alt="Clean Architecture Diagram" width="500">
9090
</p>
9191

9292
### Why Choose Clean Architecture?

0 commit comments

Comments
 (0)