From 23be0e8b083d2ae5bfd7436b1e965f35c90040e3 Mon Sep 17 00:00:00 2001 From: Mauro Servienti Date: Fri, 20 Sep 2024 07:36:15 +0200 Subject: [PATCH] Fix broken link --- .../2021-04-20-on-viewmodel-composition-and-ui-composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-04-20-on-viewmodel-composition-and-ui-composition.md b/_posts/2021-04-20-on-viewmodel-composition-and-ui-composition.md index e2aa8846..209dc255 100644 --- a/_posts/2021-04-20-on-viewmodel-composition-and-ui-composition.md +++ b/_posts/2021-04-20-on-viewmodel-composition-and-ui-composition.md @@ -143,7 +143,7 @@ To dive into ViewModel Composition's details [there are 16 articles, including t ## Are you saying the same logic applies to writes, Mauro? -You bet! In distributed systems, it's pretty common to have a form that needs to post data to multiple services. I specifically wrote on the topic in ["The fine art of dismantling"](https://milestone.topics.it/view-model-composition/2019/04/18/the-fine-art-of-dismantling.html) and in ["Safety first."](https://milestone.topics.it/2019/05/02/safety-first.html) +You bet! In distributed systems, it's pretty common to have a form that needs to post data to multiple services. I specifically wrote on the topic in ["The fine art of dismantling"](https://milestone.topics.it/2019/04/18/the-fine-art-of-dismantling.html) and in ["Safety first."](https://milestone.topics.it/2019/05/02/safety-first.html) ## Conclusion