From 64a9caab30b9951b35a897992a5089cf98f4ec76 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 15 Aug 2024 11:12:04 +0200 Subject: [PATCH] fix: display 3 types of models image (#7885) The link to the image was incorrectly formatted, leading to the image being displayed as a link. This fixes it so that the image is displayed inline. --- .../contributing/ADRs/back-end/write-model-vs-read-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/contributing/ADRs/back-end/write-model-vs-read-models.md b/website/docs/contributing/ADRs/back-end/write-model-vs-read-models.md index c1e6233533b5..6dd984b5d50f 100644 --- a/website/docs/contributing/ADRs/back-end/write-model-vs-read-models.md +++ b/website/docs/contributing/ADRs/back-end/write-model-vs-read-models.md @@ -17,7 +17,7 @@ services and overloaded stores - responsible for writing data, reading complex U To address these challenges categorize your problem as one of 3 models: -[3 types of models](/img/write-model-vs-read-models.png) +![3 types of models](/img/write-model-vs-read-models.png) We have 3 types of models serving 3 different purposes: * I need to take action that modifies a state of the system (Write Model)