You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/09/04 14:00:38 UTC

svn commit: r992586 - /maven/site/trunk/src/site/apt/download.apt.vm

Author: hboutemy
Date: Sat Sep  4 12:00:38 2010
New Revision: 992586

URL: http://svn.apache.org/viewvc?rev=992586&view=rev
Log:
fixed links to release reference documentation

Modified:
    maven/site/trunk/src/site/apt/download.apt.vm

Modified: maven/site/trunk/src/site/apt/download.apt.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/download.apt.vm?rev=992586&r1=992585&r2=992586&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/download.apt.vm (original)
+++ maven/site/trunk/src/site/apt/download.apt.vm Sat Sep  4 12:00:38 2010
@@ -59,7 +59,7 @@ Download Maven ${currentStableVersion}
 *-------------------------+---------+----------+-----------+
 | Release Notes           | {{{./docs/${currentStableVersion}/release-notes.html} ${currentStableVersion}}} | | |
 *-------------------------+---------+----------+-----------+
-| Release Reference Documentation | {{{./ref/${currentStableVersion}/release-notes.html} ${currentStableVersion}}} | | |
+| Release Reference Documentation | {{{./ref/${currentStableVersion}/} ${currentStableVersion}}} | | |
 *-------------------------+---------+----------+-----------+
 
   You can also download the current documentation, i.e. this website, as a {{{Maven_Documentation}JAR or PDF}}.
@@ -79,7 +79,7 @@ Download Maven ${currentStableVersion}
 *-------------------------+---------+----------+-----------+
 | Release Notes           | {{{./docs/${current20xVersion}/release-notes.html} ${current20xVersion}}} | | |
 *-------------------------+---------+----------+-----------+
-| Release Reference Documentation | {{{./ref/${current20xVersion}/release-notes.html} ${current20xVersion}}} | | |
+| Release Reference Documentation | {{{./ref/${current20xVersion}/} ${current20xVersion}}} | | |
 *-------------------------+---------+----------+-----------+
 
 * {Maven ${currentDevelopmentVersion}}
@@ -101,7 +101,7 @@ Download Maven ${currentStableVersion}
 *-------------------------+---------+----------+-----------+
 | Release Notes           | {{{./docs/${currentDevelopmentVersion}/release-notes.html} ${currentDevelopmentVersion}}} | | |
 *-------------------------+---------+----------+-----------+
-| Release Reference Documentation | {{{./ref/${currentDevelopmentVersion}/release-notes.html} ${currentDevelopmentVersion}}} | | |
+| Release Reference Documentation | {{{./ref/${currentDevelopmentVersion}/} ${currentDevelopmentVersion}}} | | |
 *-------------------------+---------+----------+-----------+
 
 * {Maven Documentation}