From e2a2c7491b4323f0423781c3c37caad14913227e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=B6zkan=20pakdil?= Date: Thu, 7 Nov 2024 00:36:50 +0000 Subject: [PATCH] Update introducing-spring-modulith.adoc broken link fix --- etc/introducing-spring-modulith.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/introducing-spring-modulith.adoc b/etc/introducing-spring-modulith.adoc index b3c333160..2fd12bd86 100644 --- a/etc/introducing-spring-modulith.adoc +++ b/etc/introducing-spring-modulith.adoc @@ -14,7 +14,7 @@ https://spring.io/projects/spring-modulith[_Spring Modulith_] is a new, experime [[example]] == An Example -Let us have a look at https://github.com/spring-projects/spring-modulith/tree/main/spring-modulith-example[a concrete example]. +Let us have a look at https://github.com/spring-projects/spring-modulith/tree/main/spring-modulith-examples[a concrete example]. Assume we need to develop an e-commerce application, for which we start with two logical modules. An _order_ module deals with order processing, and an _inventory_ keeps track of the stock for the products we sell. Our primary focus for this post is the use case that the inventory needs to be updated once an order is completed.