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 2012/05/20 00:52:51 UTC

svn commit: r1340587 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml

Author: hboutemy
Date: Sat May 19 22:52:50 2012
New Revision: 1340587

URL: http://svn.apache.org/viewvc?rev=1340587&view=rev
Log:
fixed absolute references

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml?rev=1340587&r1=1340586&r2=1340587&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml Sat May 19 22:52:50 2012
@@ -65,8 +65,8 @@ under the License.
     </menu>
 
     <menu name="Developers">
-      <item name="Maven Plugin Tools" href="/plugin-tools/index.html"/>
-      <item name="Maven Plugin Descriptor" href="/ref/current/maven-plugin-api/plugin.html"/>
+      <item name="Maven Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html"/>
+      <item name="Maven Plugin Descriptor" href="http://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
       <item name="Multiple Language Support: Redesign Notes" href="multiple-language-support.html"/>
     </menu>
   </body>