Fix link to assembly-component.html

Submitted-by: Arend von Reinersdorff <arend@arendvr.com>

This fixes #103

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1791015 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/mdo/assembly-component.mdo b/src/main/mdo/assembly-component.mdo
index ff5aa53..e40933d 100644
--- a/src/main/mdo/assembly-component.mdo
+++ b/src/main/mdo/assembly-component.mdo
@@ -17,7 +17,7 @@
   -->
 
 <!-- Note Definitions of FileSet, FileItem, and DependencySet are
-     already defined in descriptor.mdo, but repeated  here since
+     already defined in assembly.mdo, but repeated  here since
      Modello currently does not have capability to share files
 -->
 
diff --git a/src/main/mdo/assembly.mdo b/src/main/mdo/assembly.mdo
index a91081a..52c9c7e 100644
--- a/src/main/mdo/assembly.mdo
+++ b/src/main/mdo/assembly.mdo
@@ -20,7 +20,7 @@
   Since Modello does not have the capability to share descriptor,
   if you make changes to FileSet, FileItem, DependendencySet, or
   adding new collection, make sure to propagate your changes
-  to "component.mdo".
+  to "assembly-component.mdo".
 -->
 
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -257,7 +257,7 @@
             the value here will be interpreted
             as a path relative to the project basedir.
             When multiple componentDescriptors are found, their
-            contents are merged. Check out the <a href="component.html">
+            contents are merged. Check out the <a href="assembly-component.html">
             descriptor components</a> for more information. A
             componentDescriptor is specified by providing one or more of
             &lt;componentDescriptor&gt; subelements.