Updating link to clean architecture

This commit is contained in:
Chris Troutner
2023-03-22 17:10:51 -07:00
committed by GitHub
parent 8aff3a6568
commit b6dcb9c177
+1 -1
View File
@@ -92,7 +92,7 @@ You can bring the containers back up with `docker-compose up -d`.
## Structure
The file layout of this repository differs from the koa-api-boilerplate. Instead, it follows the file layout of [Clean Architecture](troutsblog.com/blog/clean-architecture).
The file layout of this repository differs from the koa-api-boilerplate. Instead, it follows the file layout of [Clean Architecture](https://christroutner.github.io/trouts-blog/blog/clean-architecture).
## Usage