Author: niallp
Date: Mon Nov 12 07:14:25 2007
New Revision: 594175

URL: http://svn.apache.org/viewvc?rev=594175&view=rev
Log:
Fix some links for projects which have moved location

Modified:
    struts/site/src/site/site.xml
    struts/site/src/site/xdoc/dev/releases.xml
    struts/site/src/site/xdoc/primer.xml
    struts/site/src/site/xdoc/release-checklist.xml

Modified: struts/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/site.xml?rev=594175&r1=594174&r2=594175&view=diff
==============================================================================
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Mon Nov 12 07:14:25 2007
@@ -126,7 +126,7 @@
                     />
             <item
                     name="Source Repository"
-                    href="http://svn.apache.org/viewcvs.cgi/struts/";
+                    href="http://svn.apache.org/viewvc/struts/";
                     />
         </menu>
 
@@ -144,12 +144,12 @@
                     href="http://tomcat.apache.org/";
                     />
             <item
-                    name="Jakarta Commons"
-                    href="http://jakarta.apache.org/commons/";
+                    name="Apache Commons"
+                    href="http://commons.apache.org/";
                     />
             <item
                     name="Velocity Struts"
-                    href="http://jakarta.apache.org/velocity/tools/struts/";
+                    href="http://velocity.apache.org/tools/devel/struts/";
                     />
         </menu>
 
@@ -168,8 +168,8 @@
                     href="http://tapestry.apache.org/";
                     />
             <item
-                    name="Jakarta Turbine"
-                    href="http://jakarta.apache.org/turbine/";
+                    name="Apache Turbine"
+                    href="http://turbine.apache.org/";
                     />
             <item
                     name="Spring MVC"
@@ -180,8 +180,8 @@
                     
href="http://stripes.mc4j.org/confluence/display/stripes/Home";
                     />
             <item
-                    name="Wicket"
-                    href="http://wicket.sourceforge.net/";
+                    name="Apache Wicket"
+                    href="http://wicket.apache.org/";
                     />
          </menu>
 

Modified: struts/site/src/site/xdoc/dev/releases.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/dev/releases.xml?rev=594175&r1=594174&r2=594175&view=diff
==============================================================================
--- struts/site/src/site/xdoc/dev/releases.xml (original)
+++ struts/site/src/site/xdoc/dev/releases.xml Mon Nov 12 07:14:25 2007
@@ -37,13 +37,13 @@
             <a name="Releasing"/>
             <subsection name="Release Process">
                 <p>A
-                    <a 
href="http://jakarta.apache.org/commons/releases/versioning.html";>
+                    <a 
href="http://commons.apache.org/releases/versioning.html";>
                         point release</a>
                     should be made before and after any product change that is
                     not a "fully-compatible change" (see link). This includes
                     moving a dependency from an internal package to an
                     external product, including products distributed through
-                    the Jakarta Commons. We should place any fully-compatible
+                    the Apache Commons. We should place any fully-compatible
                     changes in the hands of the community before starting on a
                     change that is only "interface" or "external-interface"
                     compatible.

Modified: struts/site/src/site/xdoc/primer.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/primer.xml?rev=594175&r1=594174&r2=594175&view=diff
==============================================================================
--- struts/site/src/site/xdoc/primer.xml (original)
+++ struts/site/src/site/xdoc/primer.xml Mon Nov 12 07:14:25 2007
@@ -1311,7 +1311,7 @@
                     easy to use with
                     <a href="http://stxx.sourceforge.net/";>XSLT</a>
                     and
-                    <a 
href="http://jakarta.apache.org/velocity/tools/index.html";>
+                    <a href="http://velocity.apache.org/tools/devel/";>
                         Velocity Templates.</a>
                 </p>
 
@@ -1526,7 +1526,7 @@
                 </p>
                 <ul>
                     <li>
-                        <a href="http://jakarta.apache.org/commons/chain/";>
+                        <a href="http://commons.apache.org/chain/";>
                             Commons Chain of Responsiblity</a>
                     </li>
                     <li>

Modified: struts/site/src/site/xdoc/release-checklist.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/release-checklist.xml?rev=594175&r1=594174&r2=594175&view=diff
==============================================================================
--- struts/site/src/site/xdoc/release-checklist.xml (original)
+++ struts/site/src/site/xdoc/release-checklist.xml Mon Nov 12 07:14:25 2007
@@ -40,7 +40,7 @@
             || 1. || ${DESCRIPTION} || ${STATUS} ||
 
             The Commons
-            [http://jakarta.apache.org/commons/releases/prepare.html
+            [http://commons.apache.org/releases/prepare.html
             Preparation Guide] is a helpful preparation backgrounder, but
             Commons
             uses the "beta/release-candidate/final" process.
@@ -78,7 +78,7 @@
             == Test Build Checklist (A) ==
 
             See also Commons
-            [http://jakarta.apache.org/commons/releases/release.html
+            [http://commons.apache.org/releases/release.html
             Step-by-Step Guide]
 
             || '''#''' || '''Description''' || '''Completed''' ||


Reply via email to