Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken link fix Update introducing-spring-modulith.adoc #925

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/introducing-spring-modulith.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down