You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ev...@apache.org on 2006/09/24 15:14:52 UTC

svn commit: r449402 - /maven/scm/trunk/maven-scm-plugin/src/site/site.xml

Author: evenisse
Date: Sun Sep 24 06:14:52 2006
New Revision: 449402

URL: http://svn.apache.org/viewvc?view=rev&rev=449402
Log:
[SCM-219] [SCM-234] Fix broken links.

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

Modified: maven/scm/trunk/maven-scm-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/src/site/site.xml?view=diff&rev=449402&r1=449401&r2=449402
==============================================================================
--- maven/scm/trunk/maven-scm-plugin/src/site/site.xml (original)
+++ maven/scm/trunk/maven-scm-plugin/src/site/site.xml Sun Sep 24 06:14:52 2006
@@ -25,17 +25,17 @@
     </menu>
 
     <menu name="Quick Links">
-      <item name="Home" href="/index.html"/>
-      <item name="Maven SCM Plugin" href="/plugins/index.html"/>
-      <item name="SCM URL Format" href="/scm-url-format.html"/>
-      <item name="Supported SCMs" href="/scms-overview.html">
-        <item name="Clearcase" href="/clearcase.html"/>
-        <item name="CVS" href="/cvs.html"/>
-        <item name="Local" href="/local.html"/>
-        <item name="Perforce" href="/perforce.html"/>
-        <item name="Starteam" href="/starteam.html"/>
-        <item name="Subversion" href="/subversion.html"/>
-        <item name="Visual Source Safe" href="/vss.html"/>
+      <item name="Home" href="http://maven.apache.org/scm/index.html"/>
+      <item name="Maven SCM Plugin" href="http://maven.apache.org/scm/plugins/index.html"/>
+      <item name="SCM URL Format" href="http://maven.apache.org/scm/scm-url-format.html"/>
+      <item name="Supported SCMs" href="http://maven.apache.org/scm/scms-overview.html">
+        <item name="Clearcase" href="http://maven.apache.org/scm/clearcase.html"/>
+        <item name="CVS" href="http://maven.apache.org/scm/cvs.html"/>
+        <item name="Local" href="http://maven.apache.org/scm/local.html"/>
+        <item name="Perforce" href="http://maven.apache.org/scm/perforce.html"/>
+        <item name="Starteam" href="http://maven.apache.org/scm/starteam.html"/>
+        <item name="Subversion" href="http://maven.apache.org/scm/subversion.html"/>
+        <item name="Visual Source Safe" href="http://maven.apache.org/scm/vss.html"/>
       </item>
       <item name="SCM providers Matrix" href="http://docs.codehaus.org/display/SCM/SCM+Matrix"/>
     </menu>