diff --git a/src/docs/antora/modules/ROOT/pages/fundamentals.adoc b/src/docs/antora/modules/ROOT/pages/fundamentals.adoc index 8340d92c4..2fd4bf391 100644 --- a/src/docs/antora/modules/ROOT/pages/fundamentals.adoc +++ b/src/docs/antora/modules/ROOT/pages/fundamentals.adoc @@ -45,7 +45,7 @@ val modules = ApplicationModules.of(Application::class.java) The `modules` will contain an in-memory representation of the application module arrangement derived from the codebase. Which parts of that will be detected as a module depends on the Java package structure underneath the package the class pointed to resides in. Find out more about the arrangement expected by default in xref:fundamentals.adoc#modules.simple[]. -Advanced arrangements and customization options are described in xref:fundamentals.adoc#modules.advanced[] and +Advanced arrangements and customization options are described in xref:fundamentals.adoc#modules.advanced[], xref:fundamentals.adoc#modules.nested[] and xref:fundamentals.adoc#modules.open[]. To get an impression of what the analyzed arrangement looks like, we can just write the individual modules contained in the overall model to the console: