You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/01/07 02:14:07 UTC

svn commit: r366618 - in /maven/site/trunk: pom.xml src/site/apt/maven-conventions.apt

Author: brett
Date: Fri Jan  6 17:14:03 2006
New Revision: 366618

URL: http://svn.apache.org/viewcvs?rev=366618&view=rev
Log:
[MNG-1939] Correct broken link on website

Modified:
    maven/site/trunk/pom.xml
    maven/site/trunk/src/site/apt/maven-conventions.apt

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/site/trunk/pom.xml?rev=366618&r1=366617&r2=366618&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Fri Jan  6 17:14:03 2006
@@ -32,7 +32,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-5-SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
       </plugin>
     </plugins>
   </build>

Modified: maven/site/trunk/src/site/apt/maven-conventions.apt
URL: http://svn.apache.org/viewcvs/maven/site/trunk/src/site/apt/maven-conventions.apt?rev=366618&r1=366617&r2=366618&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/maven-conventions.apt (original)
+++ maven/site/trunk/src/site/apt/maven-conventions.apt Fri Jan  6 17:14:03 2006
@@ -48,5 +48,5 @@
 Directory Structure
 
  Maven encourages a common directory structure for a project. For more information on this please refer
- to our {{{introduction/introduction-to-the-standard-directory-layout.html}Introduction to the standard
- directory structure}}.
\ No newline at end of file
+ to our {{{guides/introduction/introduction-to-the-standard-directory-layout.html}Introduction to the standard
+ directory structure}}.