add a reference to older projects with module-info
diff --git a/src/site/apt/multirelease.apt b/src/site/apt/multirelease.apt
index 3c6c5bc..42aa53d 100644
--- a/src/site/apt/multirelease.apt
+++ b/src/site/apt/multirelease.apt
@@ -98,7 +98,7 @@
 
   There are a couple of important facts one should know when creating Multi Release jars.
   
-  * The Java compiler must be called for every different version. The solutions solve this either by having multiple Maven Projects/Modules or by adding extra execution-blocks to the pom. 
+  * The Java compiler must be called for every different version. The solutions solve this either by having multiple Maven Projects/Modules or by adding extra compiler execution-blocks to the POM (like {{{./examples/module-info.html}older projects with module-info}}). 
   
   * The <<<Multi-Release: true>>> attribute is only recognized when the classes are in a jar. In other words, you cannot test the classes put in <<<target/classes/META-INF/versions/$\{release}/>>>.