From ef10c826fa66a3aa13a6cbb080ae9ac2b042fd11 Mon Sep 17 00:00:00 2001 From: Jan Semmelink <jan@uafrica.com> Date: Fri, 15 Oct 2021 13:33:35 +0200 Subject: [PATCH] Add link in README --- service/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/README.md b/service/README.md index 123b502..5e40cc4 100644 --- a/service/README.md +++ b/service/README.md @@ -1,7 +1,7 @@ # Package go-utils/services Services are classified as API, SQS, CRON or ADHOC: -- API services are synchronous, i.e. the user waits for the response, -- SQS services are asynchronous, i.e. the request is queued and completes in good time without a response, +- [API](../api/README.md) services are synchronous, i.e. the user waits for the response, +- [SQS](../queues/README.md) services are asynchronous, i.e. the request is queued and completes in good time without a response, - CRON services are scheduled to run at regular intervals with no request nor response, and - ADHOC services are executed on demand. -- GitLab