From f1a9102b316a40a8df690213c7c0579c329a6796 Mon Sep 17 00:00:00 2001 From: hongdaj <46508155+hongdaj@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:59:59 -0400 Subject: [PATCH] Update README.md - Replace a medium article link (requires membership to read) to a open one from same author - Fix a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7833cf8..66c3a59 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ The service strives to follow the clean architecture approach ![clean architecture diagram](docs/clean_architecture.png) -(source: https://medium.com/swlh/clean-architecture-a-little-introduction-be3eac94c5d1) +(source: https://dev.to/joaosczip/clean-architecture-a-little-introduction-4ag6) -All API endpoints are located in `com.personio.reminders.api` package. The OpeanAPI documentation for the API is available in [openapi.yaml](openapi.yaml). +All API endpoints are located in `com.personio.reminders.api` package. The OpenAPI documentation for the API is available in [openapi.yaml](openapi.yaml). Interfacing with external systems is limited to `com.personio.reminders.infrastructure` package. Use cases contain the application logic and depend only on domain entities.