Author: mtylenda
Date: Mon Mar 15 22:24:53 2010
New Revision: 923472

URL: http://svn.apache.org/viewvc?rev=923472&view=rev
Log:
OPENJPA-1510: Correct broken and outdated links, make 'Ant' consistent in case.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml
    openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
    openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_optimization.xml
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_arch.xml Mon Mar 
15 22:24:53 2010
@@ -299,7 +299,7 @@ appropriate, most notably <classname>Ill
 <classname>IllegalStateException</classname>s. The specification also provides
 a few JPA-specific exceptions in the <literal>javax.persistence</literal>
 package. These exceptions should be self-explanatory. See the
-<ulink url="http://java.sun.com/javaee/6/docs/api";>Javadoc</ulink> for
+<ulink url="http://java.sun.com/javaee/6/docs/api/";>Javadoc</ulink> for
 additional details on JPA exceptions.
         </para>
         <note>

Modified: openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml Mon Mar 
15 22:24:53 2010
@@ -966,8 +966,8 @@ to:
 <literal>uuid-string</literal>: OpenJPA will generate a 128-bit type 1 UUID
 unique within the network, represented as a 16-character string. For more
 information on UUIDs, see the IETF UUID draft specification at:
-<ulink url="http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/";>
-http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
+<ulink url="http://www.ics.uci.edu/~ejw/authoring/uuid-guid/";>
+http://www.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
                         </para>
                     </listitem>
                     <listitem>
@@ -1007,8 +1007,8 @@ represents the type 1 UUID as a 32-chara
 <literal>uuid-type4-string</literal>: OpenJPA will generate a 128-bit type 4
 pseudo-random UUID, represented as a 16-character string. For more
 information on UUIDs, see the IETF UUID draft specification at:
-<ulink url="http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/";>
-http://www1.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
+<ulink url="http://www.ics.uci.edu/~ejw/authoring/uuid-guid/";>
+http://www.ics.uci.edu/~ejw/authoring/uuid-guid/</ulink>
                         </para>
                     </listitem>
                     <listitem>

Modified: openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/jpa_resources.xml Mon Mar 15 
22:24:53 2010
@@ -30,7 +30,7 @@ EJB 3 JSR page</ulink>
         </listitem>
         <listitem>
             <para>
-<ulink url="http://java.sun.com/products/ejb";>Sun EJB page</ulink>
+<ulink url="http://java.sun.com/products/ejb/";>Sun EJB page</ulink>
             </para>
         </listitem>
         <listitem>

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Mon Mar 15 
22:24:53 2010
@@ -138,7 +138,7 @@ tools manipulate property settings throu
 <ulink url="../javadoc/org/apache/openjpa/jdbc/conf/JDBCConfiguration.html">
 <classname>JDBCConfiguration</classname></ulink> subclasses. For advanced
 customization, OpenJPA's extended runtime interfaces and its development tools
-allow you to access these interfaces directly. See the <ulink url="../javadoc">
+allow you to access these interfaces directly. See the <ulink 
url="../javadoc/">
 Javadoc</ulink> for details.
             </para>
         </note>

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_deploy.xml Mon Mar 
15 22:24:53 2010
@@ -232,7 +232,7 @@ you can pass to these plugins in your co
         </indexterm>
         <para>
 The X/Open Distributed Transaction Processing (X/Open DTP) model, designed by
-<ulink url="http://www.xopen.org";>Open Group</ulink> (a vendor consortium),
+<ulink url="http://www.opengroup.org/";>The Open Group</ulink> (a vendor 
consortium),
 defines a standard communication architecture that provides the following:
         </para>
         <itemizedlist>

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_integration.xml Mon 
Mar 15 22:24:53 2010
@@ -38,10 +38,10 @@ The following chapter will illustrate th
 Ant is a very popular tool for building Java projects. It is similar to the
 <literal>make</literal> command, but is Java-centric and has more modern
 features. Ant is open source, and can be downloaded from Apache's Ant web page
-at <ulink url="http://jakarta.apache.org/ant/";> http://jakarta.apache.org/ant/
+at <ulink url="http://ant.apache.org/";> http://ant.apache.org/
 </ulink>. Ant has become the de-facto standard build tool for Java, and many
 commercial integrated development environments provide some support for using
-ant build files. The remainder of this section assumes familiarity with writing
+Ant build files. The remainder of this section assumes familiarity with writing
 Ant <filename>build.xml</filename> files.
         </para>
         <para>
@@ -77,9 +77,9 @@ OpenJPA provides pre-built Ant task defi
             </listitem>
         </itemizedlist>
         <para>
-The source code for all the ant tasks is provided with the distribution under
+The source code for all the Ant tasks is provided with the distribution under
 the <filename>src</filename> directory. This allows you to customize various
-aspects of the ant tasks in order to better integrate into your development
+aspects of the Ant tasks in order to better integrate into your development
 environment.
         </para>
         <section id="ref_guide_integration_conf">

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_logging.xml Mon Mar 
15 22:24:53 2010
@@ -349,7 +349,7 @@ a jar file, or in the root of one of the
 directories). When deploying to a web or EJB application server, Log4J
 configuration is often performed in a <filename>log4j.xml</filename> file
 instead of a properties file. For further details on configuring Log4J, please
-see the <ulink url="http://jakarta.apache.org/log4j/docs/manual.html";>Log4J
+see the <ulink url="http://logging.apache.org/log4j/1.2/manual.html";>Log4J
 Manual</ulink>. We present an example <filename>log4j.properties</filename> 
file
 below.
         </para>
@@ -392,7 +392,7 @@ use the <ulink url="http://commons.apach
 Commons Logging</ulink> thin library for issuing log messages. The
 Commons Logging libraries act as a wrapper around a number of popular logging
 APIs, including the
-<ulink url="http://jakarta.apache.org/log4j/docs/index.html";> Jakarta Log4J
+<ulink url="http://logging.apache.org/log4j/1.2/index.html";> Jakarta Log4J
 </ulink> project, and the native
 <ulink 
url="http://java.sun.com/j2se/1.4/docs/api/java/util/logging/package-summary.html";>
 java.util.logging</ulink> package in JDK 1.4. If neither of these libraries are

Modified: 
openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_optimization.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_optimization.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_optimization.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_optimization.xml Mon 
Mar 15 22:24:53 2010
@@ -117,7 +117,7 @@ or deletes.
 Manipulating various parameters of the Java Virtual Machine (such as hotspot 
 compilation modes and the maximum memory) can result in performance 
 improvements. For more details about optimizing the JVM execution environment, 
-please see <ulink url="http://java.sun.com/docs/hotspot/PerformanceFAQ.html"/>.
+please see <ulink url="http://java.sun.com/docs/hotspot/HotSpotFAQ.html"/>.
                     </entry>
                 </row>
                 <row>

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml?rev=923472&r1=923471&r2=923472&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml Mon Mar 
15 22:24:53 2010
@@ -1830,7 +1830,7 @@ an implementation of the
 org.apache.openjpa.kernel.StoreManager</literal></ulink> interface. OpenJPA
 provides an abstract <literal>StoreManager</literal> implementation to
 facilitate this process. See the <literal>org.apache.openjpa.abstractstore
-</literal> package <ulink url="../javadoc/org/apache/openjpa/abstractstore">
+</literal> package <ulink 
url="../javadoc/org/apache/openjpa/abstractstore/package-summary.html">
 Javadoc</ulink> for details.
         </para>
     </section>


Reply via email to