From 802ad4bfcf3ebc4b0fb29fcf29b3e3bd313cdc80 Mon Sep 17 00:00:00 2001 From: "Ted M. Young" Date: Tue, 23 Apr 2024 17:15:27 -0700 Subject: [PATCH] GH-121 - Fix link to Spring Modulith docs. --- readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index 2e1f44c..1785cc1 100644 --- a/readme.adoc +++ b/readme.adoc @@ -158,7 +158,7 @@ The jMolecules concepts expressed in code can be used to verify rules that stem * https://github.com/jqassistant-plugin/jqassistant-jmolecules-plugin[jQAssistant plugin] -- to verify rules applying to the different architectural styles, DDD building blocks, CQRS and events. Also creates PlantUML diagrams from the information available in the codebase. * https://github.com/xmolecules/jmolecules-integrations/tree/main/jmolecules-archunit[ArchUnit rules] -- allow to verify relationships between DDD building blocks. -* https://github.com/spring-projects/spring-modulith[Spring Modulith] -- supports detection of jMolecules components, DDD building blocks and events for module model and documentation purposes (see https://docs.spring.io/spring-modulith/docs/current-SNAPSHOT/reference/html/#documentation/ [the Spring Modulith documentation] for more information). +* https://github.com/spring-projects/spring-modulith[Spring Modulith] -- supports detection of jMolecules components, DDD building blocks and events for module model and documentation purposes (see https://docs.spring.io/spring-modulith/reference/[the Spring Modulith documentation] for more information). == Installation To use jMolecules in your project just declare a dependency to it.