Author: hboutemy Date: Sun Aug 9 22:10:38 2015 New Revision: 1694920 URL: http://svn.apache.org/r1694920 Log: [MNGSITE-252] fixed link to Maven archetype bundles
Modified: maven/site/trunk/content/apt/guides/introduction/introduction-to-archetypes.apt Modified: maven/site/trunk/content/apt/guides/introduction/introduction-to-archetypes.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-archetypes.apt?rev=1694920&r1=1694919&r2=1694920&view=diff ============================================================================== --- maven/site/trunk/content/apt/guides/introduction/introduction-to-archetypes.apt (original) +++ maven/site/trunk/content/apt/guides/introduction/introduction-to-archetypes.apt Sun Aug 9 22:10:38 2015 @@ -59,7 +59,7 @@ What is Archetype? mvn archetype:generate +---+ - Please refer to {{{http://maven.apache.org/plugins/maven-archetype-plugin/usage.html}Archetype Plugin Page}}. + Please refer to {{{/archetype/maven-archetype-plugin/usage.html}Archetype Plugin Page}}. * Provided Archetypes @@ -91,7 +91,7 @@ mvn archetype:generate | maven-archetype-webapp | An archetype which contains a sample Maven Webapp project. | *-----------------------------+----------------+ - For more information on these archetypes, please refer the {{{http://maven.apache.org/archetype/index.html}Maven Archetypes page}}. + For more information on these archetypes, please refer the {{{/archetypes/index.html}Maven Archetype Bundles page}}. * What makes up an Archetype?