From b6dcb9c177bc1378aa57c9fca4c8c41c5be3b822 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 22 Mar 2023 17:10:51 -0700 Subject: [PATCH] Updating link to clean architecture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43daa86..283698f 100644 --- a/README.md +++ b/README.md @@ -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